FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | legId
Unique (within a correlator) identifier, supplied by the application or block. |
string | symbol
The symbol, stock code, bond, currency pair or other instrument to be traded on this leg. |
float | price
The price for this leg. Unless specified otherwise by an extraParams value, this is assumed to be in the default currency, or the base currency for FX trades. |
string | side
The side for this leg: "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. Acceptable values are service-specific. |
string | type
The order type for this leg: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific. |
float | quantity
The quantity to be traded on this leg. This may be an absolute number of shares, a number of lots, or some other service- specific representation. Some services will reject orders with non-integer quantities. |
dictionary<string, string > | extraParams
Extra parameters that do not map into any of the above. |
Member Detail |
---|
dictionary<string, string > extraParamsExtra parameters that do not map into any of the above.
string legIdUnique (within a correlator) identifier, supplied by the application or block.
float priceThe price for this leg. Unless specified otherwise by an extraParams value, this is assumed to be in the default currency, or the base currency for FX trades.
float quantityThe quantity to be traded on this leg. This may be an absolute number of shares, a number of lots, or some other service- specific representation. Some services will reject orders with non-integer quantities.
string sideThe side for this leg: "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. Acceptable values are service-specific.
string symbolThe symbol, stock code, bond, currency pair or other instrument to be traded on this leg.
string typeThe order type for this leg: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |