Class SL4B_RecordFieldData
Object
|
+--SL4B_RecordFieldData
-
Direct Known Subclasses:
-
LF_NotificationFieldData
- class
SL4B_RecordFieldData
Represents all the field name/value pairs that make up a record update. Field values that
are retreived from the same SL4B_RecordFieldData may be related. For example, the
values of the Last and TradeVolume fields indicate what the last traded price was, and the
number of stocks/contracts/etc. that were traded at that price.
|
Method Summary |
String
|
getFieldName(<int> l_nIndex)
Gets the name of the field with the specified index.
|
String
|
getFieldValue(<int> l_nIndex)
Gets the value of the field with the specified index.
|
int
|
size()
Gets the number of fields that form this record update.
|
SL4B_RecordFieldData
SL4B_RecordFieldData()
This constructor is private and must never be used.
getFieldName
String getFieldName(<int> l_nIndex)
Gets the name of the field with the specified index.
Parameters:
l_nIndex - The index of the field.
Returns:
The name of the field with the specified index, or undefined if an out of bounds index is specified.
getFieldValue
String getFieldValue(<int> l_nIndex)
Gets the value of the field with the specified index.
Parameters:
l_nIndex - The index of the field.
Returns:
The value of the field with the specified index, or undefined if an out of bounds index is specified.
size
int size()
Gets the number of fields that form this record update.
${JSDOC.FOOTER}
Documentation generated by
JSDoc on Tue May 12 09:30:26 2009