[Quickfix-developers] Fix QuoteRequest
Brought to you by:
orenmnero
From: Fabio R. <FRe...@1e...> - 2009-12-02 13:49:36
|
Hi together i try to create a quoterequest like this: DataDictionary dictionary = new DataDictionary(FixTransmitterProperties.GetDictionaryStream(properties.DataDictionaryPath)); Message fixMessage = new Message(sendMessage, dictionary); when i do it with only one leg, which means with 146=1 and then only one time 55=Bla167=CALL etc., then it works fine and i get the message in the order i declared it in the datadictionary. but if i try to create it with 2 or more legs, i get it in an ascending order: 15=CHF?54=2?55=103022_1?60=20091202-13:32:34? and so on. has anybody a clue what the problem could be? best regards fabio |