FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | symbol
The symbol, stock code, bond or currency pair to trade. |
float | price
The price that it was traded at. |
integer | quantity
The amount executed. |
dictionary<string, string> | extraParams
Extra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "StopPrice", "Account", etc. The key SERVICE_NAME may be used to provide the service that the tick comes from. |
Member detail |
---|
dictionary<string, string> extraParamsExtra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "StopPrice", "Account", etc. The key SERVICE_NAME may be used to provide the service that the tick comes from.
float priceThe price that it was traded at.
integer quantityThe amount executed.
string symbolThe symbol, stock code, bond or currency pair to trade.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |