Re: [Quickfix-developers] OrderCancelRequest...ExDestination
Brought to you by:
orenmnero
From: Shane T. <str...@co...> - 2008-02-25 19:16:35
|
Azmat, ExDestination is not a valid field for an OrderCancelRequest message. Check http://fixionary.com/ and look up the OrderCancelRequest MsgType and its associated valid fields. You can probably force it if necessary by manually setting tag 100: ocr.setField(100, "LIFFE"); On 2/25/08, azmat <mr...@gm...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- Shane Trotter Connamara Systems, LLC |