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. (You may use GetID/ ID request/response events to generate a unique ID). This is a free form string and has no restriction on range other than uniqueness. |
string | symbol
The symbol, stock code, bond or currency pair to trade. |
float | price
The price (assumed to be the default currency, or the base in FX trades). |
string | side
Side - "BUY", "SELL", "SELL SHORT", "BUY LONG", etc. |
string | type
Order type. Example types are "MARKET", "LIMIT", "STOP", etc. |
integer | quantity
Quantity (note: this is an integer, even for FX exchanges). |
string | serviceId
Service ID - blank is shorthand for "any" (only recommended for example applications). |
string | brokerId
Identifiers for the entity placing the order. Exact meaning depends on adapter. |
string | bookId
|
string | marketId
Identifiers for the entity to receive the order. Exact meaning depends on adapter. |
string | exchange
|
string | ownerId
The username that placed the order (the dashboard user in Event Modeller). |
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 |
---|
string bookId
string brokerIdIdentifiers for the entity placing the order. Exact meaning depends on adapter.
string exchange
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 marketIdIdentifiers for the entity to receive the order. Exact meaning depends on adapter.
string orderIdUnique (within a correlator) identifier, supplied by the application. (You may use GetID/ ID request/response events to generate a unique ID). This is a free form string and has no restriction on range other than uniqueness.
string ownerIdThe username that placed the order (the dashboard user in Event Modeller).
float priceThe price (assumed to be the default currency, or the base in FX trades).
integer quantityQuantity (note: this is an integer, even for FX exchanges).
string serviceIdService ID - blank is shorthand for "any" (only recommended for example applications).
string sideSide - "BUY", "SELL", "SELL SHORT", "BUY LONG", etc.
string symbolThe symbol, stock code, bond or currency pair to trade.
string typeOrder type. Example types are "MARKET", "LIMIT", "STOP", etc.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |