ListEventParameters
From The Contingency Market
Contents |
ListEventParameters(ulSessionID,uSequenceID,sIntegrity,sEventParameterType)
Lists all the event parameter names defined for a given parameter type.
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity -
md5("ipaddr(sid,seq)->ListEventParameters(sEventParameterType)/secret") -
string sEventParameterType - Type of the parameters to list.
RETURNS
[ string ]
-
string - The name of the event parameter.
FAULTS
Session.
TEST
ListEventParameters(Count) according to the respective template currently returns 'Begin', 'End'.

