FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | orderId
Unique (within a correlator) identifier, supplied by the application or block. |
string | serviceId
Service identifier - the name of the service that should handle this order. A blank serviceId is shorthand for "any" (only recommended for example applications). |
string | traderId
One of four identifiers for the entity placing the order. The exact meaning is service-specific. |
string | traderSubId
One of four identifiers for the entity placing the order. The exact meaning is service-specific. |
string | marketId
One of four identifiers for the entity placing the order. The exact meaning is service-specific. |
string | marketSubId
One of four identifiers for the entity placing the order. The exact meaning is service-specific. |
string | username
The username that placed the order. This will correspond to the dashboard user in Event Modeller or Dashboard Studio. |
string | symbol
The symbol, stock code, bond, currency pair or other instrument to be traded by this order. |
float | price
The price for this order. 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 order: "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. Acceptable values are service-specific. |
string | type
The order type for this order: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific. |
float | quantity
The quantity to be traded by this order. 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. |
sequence<com.apama.mlom.OrderLeg > | legs
The set of legs to be associated with this order. The order of the legs may be meaningful to specific services. |
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.
sequence<com.apama.mlom.OrderLeg > legsThe set of legs to be associated with this order. The order of the legs may be meaningful to specific services.
string marketIdOne of four identifiers for the entity placing the order. The exact meaning is service-specific.
string marketSubIdOne of four identifiers for the entity placing the order. The exact meaning is service-specific.
string orderIdUnique (within a correlator) identifier, supplied by the application or block.
float priceThe price for this order. 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 by this order. 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 serviceIdService identifier - the name of the service that should handle this order. A blank serviceId is shorthand for "any" (only recommended for example applications).
string sideThe side for this order: "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 by this order.
string traderIdOne of four identifiers for the entity placing the order. The exact meaning is service-specific.
string traderSubIdOne of four identifiers for the entity placing the order. The exact meaning is service-specific.
string typeThe order type for this order: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific.
string usernameThe username that placed the order. This will correspond to the dashboard user in Event Modeller or Dashboard Studio.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |