Hey everyone,
We have a situation where we must create and populate a
SessionSettings object programmatically. The one problem is that it
seems difficult to reproduce the "default" settings funtionality from
the actual configuration file. Looking through the source, I see that
those settings are stored under a session ID defined in
SessionSettings.DEFAULT_SESSION_ID, but unfortunately that member is
declared private. Is there a reason for this? Would it be possible
to change the modifier to public so that we could do something like
settings.setString(SessionSettings.DEFAULT_SESSION_ID, "UseDataDictionary", "N")
alternatively, is there another approach that we can take instead?
thanks
--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
|