Re: [Quickfix-developers] Defaults session settings ?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-10-19 16:52:00
|
We are planning on adding support for default field values. Currently you need to do this yourself, but hopefully by the next release it will be included as a feature. --oren ----- Original Message ----- From: "Dale Wilson" <wil...@oc...> To: "Martin Tanguay" <mta...@ho...> Cc: <qui...@li...> Sent: Wednesday, October 19, 2005 10:32 AM Subject: Re: [Quickfix-developers] Defaults session settings ? > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi Martin, > > Martin Tanguay wrote: > >> In my initiator file I have this session detailed with all its needed >> tag. >> [SESSION] >> HeartBtInt=30 >> BeginString=FIX.4.2 >> SenderSubID=abcd >> SenderCompID=efgh >> TargetCompID=ijkl >> RawData=abcd >> SocketConnectHost=x.x.x.x >> SocketConnectPort=1000 >> >> When my application try to connect to the host, the TAGs SenderSubID and >> RawData are not in the header of the logon message, but my host require >> them to allow the connection. >> >> How to make them part of the logon message? >> > RawData and SenderSubID are not standard QuickFIX settings entries. See > http://www.quickfixengine.org/quickfix/doc/html/configuration.html > > To add these fields to a Logon message you must override toAdmin in your > FIX::Application class, test for Login message there, and add the fields > if necessary. > > It *is* possible to ask for the settings associated with the session and > to pull RawData and SenderSubID from these settings so you can configure > the values in the settings file if you want to, but you'll have to provide > the code to honor these values. > > Dale > > -- > ----------------------------------------------------- > Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) > http://www.ociweb.com/ http://www.theaceorb.com/ > ---------------------------------------------------- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |