[Quickfix-developers] OrderCancelRequest...ExDestination
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-02-25 19:10:29
|
All, I have the code below written for the function that will be building my OrderCancel messages. QuickFix42.OrderCancelRequest ocr = new QuickFix42.OrderCancelRequest(); ocr.set(new ExDestination("LIFFE")); However, when I go to compile I get these two errors: Error 1 The best overloaded method match for 'QuickFix42.OrderCancelRequest.set(QuickFix.OrigClOrdID)' has some invalid arguments Error 2 Argument '1': cannot convert from 'QuickFix.ExDestination' to 'QuickFix.OrigClOrdID' I don't get this error when I write the same line of code for the OrderCancelReplaceRequest function. I've checked and the ExDestination field is part of the OrderCancelRequest message. Anybody know what might be causing this error? thanks! azmat -- View this message in context: http://www.nabble.com/OrderCancelRequest...ExDestination-tp15674560p15674560.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |