[Quickfix-developers] RES: Custom tag
Brought to you by:
orenmnero
From: Clebson D. <Cle...@cm...> - 2009-05-20 11:09:54
|
Easy, in c++ : #define MY_CUSTOM_FILED = 5001; FIX44::NewOrderSingle newOrderSingle( FIX::ClOrdID("ORDID"), FIX::Side_BUY, FIX::TransactTime(),FIX::OrdType_LIMIT ); newOrderSingle.setField(MY_CUSTOM_FILED, "VALUE OF MY CUSTOM FIELD); -----Mensagem original----- De: Joaquín Gracia [mailto:j.g...@ra...] Enviada em: segunda-feira, 18 de maio de 2009 02:49 Para: qui...@li... Assunto: [Quickfix-developers] Custom tag QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi all, Please, can anyone tell me how to add a custom tag to quickfix? Thank you. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |