Hello,
I am using demo application Banzai (from quickfix page) .It works with
mbtrading with several changes ,but i am often getting message that ClOrdID
have to be unique.
I found out that this is because ClOrdID field in newsignleorder which is
iterating from 1 always when application is restarted.So that mean that if i
send 5 orders, ClOrdID field is 5.
I shutdown my program and run it again.After i sent an order, i get
Administrative Reject Message that Administrative Reject Message has to be
unique because it was again 1.
So the point is. How can i know, after connecting to server, how many orders
was sent already at that day ? so that i could fill ClOrdID with proper
number... ? What message can tell me this please ?
Thank you very much.
--
View this message in context: http://www.nabble.com/ClOrdID-iteration-tp19277107p19277107.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|