Re: [Quickfix-developers] how to access default configuration settings?
Brought to you by:
orenmnero
|
From: Dale W. <wil...@oc...> - 2005-08-10 18:46:21
|
Hi Sol, Sol wrote: > SessionSettings allows access to settings, using the sessionId and > setting key. How are default properties accessed when no sessionId is > available? > > For example, while initializing the application I would like to read > the default property "ConnectionType" in order to determine whether to > create a SocketAcceptor or a SocketInitiator. As part of initializing Quickfix you created a FIX::SessionSettings The get() method on that object gives you a reference to a dictionary of the default settings. Dale > > -sol -- ----------------------------------------------------- Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) http://www.ociweb.com/ http://www.theaceorb.com/ ---------------------------------------------------- |