Re: [Quickfix-developers] Custom Messages
Brought to you by:
orenmnero
|
From: Marcus M. <Mar...@wi...> - 2008-09-23 17:37:08
|
Hi Tim, The DataDictionary object has methods such as the ones below, which certainly indicate that you can add your own message types. As long as the data dictionary attached to a session recognises the messages then you should be able to send and receive them. void addMsgType( const std::string& msgType ); bool isMsgType( const std::string& msgType ) const; void addMsgField( const std::string& msgType, int field ); I haven't tried adding custom messages myself but I have added custom fields on the fly. Regards, Marcus ------------------------------------------------------------------------ - Hi, I know how to add custom fields in QF. But is there a framework for adding custom messages - being able to send & recv custom messages in a FIX client? Thanks much, Tim ------------------------------------------------------------------------ - *** IMPORTANT NOTICE *** This message (including any attachments) is confidential and is for the intended recipient only. If you are not the intended recipient, please inform the sender and delete any copies from your system. Internet communications are not secure and therefore Winterflood Securities Ltd does not accept legal responsibility for any of its contents (including any attachments) and any view expressed by the sender as these are not necessarily the views of Winterflood Securities Ltd. Although all emails sent and received by Winterflood Securities Ltd are passed through extensive virus scanning technologies, we cannot guarantee the email (including attachments) is virus free. You should take whatever measures you deem appropriate within your organisation to ensure maximum protection. Registered Office: The Atrium Building, Cannon Bridge, 25 Dowgate Hill, London, EC4R 2GA. Registered in England No. 2242204. Winterflood Securities Limited is authorised and regulated by the Financial Services Authority. |