ListEventParameterTypes
From The Contingency Market
Contents |
ListEventParameterTypes(ulSessionID,uSequenceID,sIntegrity)
Lists all event parameter types.
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity -
md5("ipaddr(sid,seq)->ListEventParameterTypes()/secret")
RETURNS
[ SEventParameterTypeData {sName,sType,bHasSpecial} ]
-
string sName - Parameter type name.
-
string sType - Value type, e.g. VarChar (MS SQL types).
-
string bHasSpecial - True if there are values for this parameter type that have special meanings.
FAULTS
Session.
TEST
ListEventParameterTypes() according to the respective template currently returns
- Count:Number
- A count of the named quantity relating to an event's parent, e.g. Begin=times parent has begun
- Domain:Number
- Attempt to access host via domain name (nslookup, ping,etc.), negative on failure
- Duration:Time
- A measure of a period relating to an event's parent, e.g. Length=accumulated time parent has occurred
- IPAddress:Number
- Attempt to access host via IPAddress (ping), negative on failure
- RSS_Element:Text
- Text value of named child element of parent RSS element
- RSS_ID:Text
- ID (or link) of latest element with parameter name (if parent is RSS), e.g. 'item' or 'channel'
- RSS_LatestPubDate:Time
- The latest named RSS element of the parent whose pubDate child meets this event's criteria, e.g. the most recently published item.
- RSS_Update:Time
- The earliest named RSS element of the parent whose pubDate child meets this event's criteria, e.g. the successor item.
- URL:Number
- Attempt to retrieve resource, negative on failure
- URL_RSS:Number
- Parent URL is parsable as an RSS feed and contains N channels (-2 not available, -1 not RSS).

