Caplin SL4B SDK 4.5.4

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.


Constructor Summary
SL4B_RecordFieldData ()
            This constructor is private and must never be used.
 
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.

Constructor Detail

SL4B_RecordFieldData

SL4B_RecordFieldData()

Method Detail

getFieldName

String getFieldName(<int> l_nIndex)

getFieldValue

String getFieldValue(<int> l_nIndex)

size

int size()

Caplin SL4B SDK 4.5.4

${JSDOC.FOOTER}
Documentation generated by JSDoc on Tue May 12 09:30:26 2009