Syntax
Public Sub MarketOrderAccepted(ByVal LPOrderID As String, ByVal BOOrderID As String, ByVal BuySell As OperationType, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOAccountID As String, ByVal CoveredPrice As Double, ByVal CoveredAmount As Double, ByVal LPTicketID As String)
Description
This method should be called after receiving acceptance result from the server for the market order.
Parameters
Part | Description |
LPOrderID | Order number which accepted on LP side, value of type String |
BOOrderID | Order number which accepted on BackOffice side , value of type String |
BuySell | The operation type for the LP Order, value of type OperationType. |
LPSymbolName | Symbol name that take an order on, value of type String |
LPAccountID | LP account number which opened the market order on, value of type String |
BOAccountID | BackOffice account number which opened an order on, value of type String |
CoveredPrice | Covered price value that is covered by LP, value of type Double |
CoveredAmount | The number of lots that covered by LP, value of type Double |
LPTicketID | Associated ticket number on LP side, value of type String |
See Also