ListValueTypes
From The Contingency Market
Contents |
ListValueTypes(ulSessionID,uSequenceID,sIntegrity)
Lists all the value types.
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity -
md5("ipaddr(sid,seq)->ListValueTypes()/secret")
RETURNS
[ {uID,sName,sDescription} ]
-
uint uID - The 8 bit numeric ID of this value type
-
string sName - The unique name of this value type
-
string sDescription - The meaning of this value type
FAULTS
Session.
TEST
ListValueTypes() according to the respective template currently returns
- Guid
- Globally unique identifier
- Number
- signed fixed point with 4dp +- 2^50
- Text
- Descriptive text (unicode)
- Time
- Amount of time that has elapsed since a particular moment, e.g. since AD 0.

