Re: [Quickfix-developers] Access to configuration setting
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-14 17:36:41
|
You need to specify the session you want to get settings for. 1.12.4
has a getSessions method that will return to you all the available
sessions.
--oren
> I have tried reading a setting using following instruction, but only=20
> parameters in [DEFAULT] section are found, when I tried to read a
setting=20
> from section [SESSION] an exception ocurred with message
"Configuration=20
> failed: TargetSubID not defined"
>=20
> Dim sUser As String =3D
qSettings.get().getString("TargetSubID",=20
> False)
|