[Quickfix-developers] Wait for additional TraderLogon
Brought to you by:
orenmnero
|
From: Mike S. <MS...@rj...> - 2006-03-24 21:47:43
|
The ICE exchange has a custom message called TraderLogon, which you need to submit immediately after your Logon message. You then get a TraderLogonResponse message back. After this point, you can begin to send your orders in. Right now I'm running into an issue where I have an order queued up, I LOGON to ICE and then my queued order gets sent, before I can send the TraderLogon and get the TraderResponse. I have code right now in the onLogon, which submits my TraderLogon message, but I don't know how to stop the queued messages from being sent until after I receive the TraderResponse message. Any suggestions? Thanks, Mike |