FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
integer | priorityIndex
The index which this order entry is for. |
float | price
The Order price (as a float). |
integer | quantity
The quantity for this order entry. |
string | party
The name of the party making the order. |
string | orderId
The Order Id. |
integer | updateType
Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details). |
dictionary<string, string > | epValues
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter. |
Member Detail |
---|
dictionary<string, string > epValuesA dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
string orderIdThe Order Id.
string partyThe name of the party making the order.
float priceThe Order price (as a float).
integer priorityIndexThe index which this order entry is for.
integer quantityThe quantity for this order entry.
integer updateTypeUpdate type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |