FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | orderId
Order identifier from the NewMultiLegOrder event. |
string | serviceId
Service identifier - must match the NewMultiLegOrder event. |
string | symbol
The new symbol, stock code, bond, currency pair or other instrument. In general it does not make sense to amend the symbol but this maybe allowed by some services. |
float | price
The new price for this order. This will be applied to any remaining order quantity that has not yet traded. |
string | side
The new side for this order: "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. Acceptable values are service-specific. |
string | type
The new order type for this order: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific. |
float | quantity
The new quantity to be traded by this order. This is the new total order quantity, including any quantity that has already been traded. |
sequence<com.apama.mlom.OrderLeg > | legs
The new set of (potentially modified) legs to be associated with this order. Legs may be added, removed and modified as described above. |
dictionary<string, string > | extraParams
New extra parameters for the order. |
Member Detail |
---|
dictionary<string, string > extraParamsNew extra parameters for the order.
sequence<com.apama.mlom.OrderLeg > legsThe new set of (potentially modified) legs to be associated with this order. Legs may be added, removed and modified as described above.
string orderIdOrder identifier from the NewMultiLegOrder event.
float priceThe new price for this order. This will be applied to any remaining order quantity that has not yet traded.
float quantityThe new quantity to be traded by this order. This is the new total order quantity, including any quantity that has already been traded.
string serviceIdService identifier - must match the NewMultiLegOrder event.
string sideThe new side for this order: "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. Acceptable values are service-specific.
string symbolThe new symbol, stock code, bond, currency pair or other instrument. In general it does not make sense to amend the symbol but this maybe allowed by some services.
string typeThe new order type for this order: "MARKET", "LIMIT", "STOP", etc. Acceptable values are service-specific.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |