Re: [Quickfix-users] .Net SessionFactory
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2009-03-04 17:15:32
|
You can directly replace the ConfigFile with an incode setting of Settings using SessionSettings http://quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_session_settings.html and Dictionary http://quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_dictionary.html where you would set your setings in the dictionary (key/value pair) and then set the settings to the SessionSettings with a sesion or as the default settings, you would need to then create your own SessionID http://quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_session_i_d.html and then when creating your initiator/acceptor instead of using the SessionSettings you would have created which load the config file you just use the SessionSettings object you just created and set the settings to On Wed, Mar 4, 2009 at 12:01, EclipseCap <tob...@ec...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > As a pure exercise I am trying to build a new session without the use of the > config file ala "settings = new SessionSettings("myconfig1.cfg");". From > the reading I have done on this site it appears that SessionFactory is the > way to do this. However, I don't see session factory as a usable class. > > Am I missing it somewhere? Can a new session object be created in some > other fashion? Has it not been written yet? > > A point in the right direction would be of great assitance. > > Thanks, > > > -- > View this message in context: http://www.nabble.com/.Net-SessionFactory-tp22334417p22334417.html > Sent from the QuickFIX - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |