[Quickfix-developers] how to access default configuration settings?
Brought to you by:
orenmnero
|
From: Sol <sol...@ho...> - 2005-08-10 18:40:36
|
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. -sol |