In general, there are a few ways you could do this. 1) Figure out how to funnel the FIX messages through the ORS and set up the strategy so it receives all execution reports; 2) Write a strategy to listen for FIX messages on a particular port directly.
If you do #2, you might as well just write a QuickFix Application rather than a strategy.
This message was edited 1 time. Last update was at 12/08/2010 13:59:09
|