Re: [Quickfix-developers] Question on Quickfix new trade
Brought to you by:
orenmnero
From: Greg C. <gre...@da...> - 2008-07-31 15:01:10
|
I found the example for the executor in c#, I see the area where a new trade gets put and it sends back the execution report back to the initiator, now my question is how do I setup the initiator to receive this msg. An example of the function that would accept this execution report would be great J Thanks From: Greg Czechowicz [mailto:gre...@da...] Sent: Thursday, July 31, 2008 10:18 AM To: 'Greg Czechowicz' Cc: 'qui...@li...' Subject: Question on Quickfix new trade So I have my executor and initiator communicating, that is working fine. Now I would like to send a trade through. Does anyone have an example in c# where I can send a neworder request, and the executor processes it and passes back a msg to the initiator. This is where I am lost, there are no examples like this that I can find on the web. If anyone could help me out that would be great. |