FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | orderId
As given in NewOrder (it is an error to send a new orderId). |
string | serviceId
As given in NewOrder - should be the same. |
string | symbol
The symbol, stock code, bond or currency pair to trade (it does not make sense to change this in most markets). |
float | price
The price (assumed to be the default currency, or the base in FX trades) - this price is applied to the remainder of the order. |
string | side
Side - "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. |
string | type
Order type. Example types are "MARKET", "LIMIT", "STOP", etc. |
integer | quantity
Quantity to trade in total - this includes any already traded. |
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. |
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.
string orderIdAs given in NewOrder (it is an error to send a new orderId).
float priceThe price (assumed to be the default currency, or the base in FX trades) - this price is applied to the remainder of the order.
integer quantityQuantity to trade in total - this includes any already traded.
string serviceIdAs given in NewOrder - should be the same.
string sideSide - "BUY", "SELL", "SELL SHORT", "BUY LONG", etc.
string symbolThe symbol, stock code, bond or currency pair to trade (it does not make sense to change this in most markets).
string typeOrder type. Example types are "MARKET", "LIMIT", "STOP", etc.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |