ListSpecialValues

From The Contingency Market

Jump to: navigation, search

Contents

ListSpecialValues(ulSessionID,uSequenceID,sIntegrity,sEventParameterType)

Lists all the special values for a particular parameter type.

PARAMETERS

ulong ulSessionID 
ID of authenticated session.
uint uSequenceID 
Sequence number.
string sIntegrity 
md5("ipaddr(sid,seq)->ListSpecialValues(sEventParameterType)/secret")
string sEventParameterType 
The parameter type of the special values to be listed.

RETURNS

[ SEventParameterSpecialValueData {sSpecialValue,sValueName,sMeaning,bIsInvalid,bIsTerminal,sParameterType,sValueType} ]

string sSpecialValue 
The value of this special value.
string sValueName 
The name of this special value (that can be used in place of the value).
string sMeaning 
A brief description of what this special value means.
bool bIsInvalid 
Whether this value is a valid value for the purposes of determining the occurrence or impossibility of the event. True if the contingency cannot be satisfied either way by this value.
bool bIsTerminal 
Whether this value represents the last possible value for the event.
string sParameterType 
Parameter type name.
string sValueType 
Value type, e.g. VarChar (MS SQL types).

FAULTS

Session. ParameterType.

TEST

ListSpecialValues(Count) according to the respective template currently returns .

Views
Personal tools