Public Sub MarketOrderRequoted(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 NewPrice As Double, ByVal CoveredAmount As Double, ByVal LPTicketID As String)
Description
This method should be called after requoted market order and receiving the order requoted message from LP side
Parameter
Part | Description |
LPOrderID | Order number at LP side that had been requoted, value of type String |
BOOrderID | BackOffice order number, value of type String |
BuySell | Order operation type value of type OperationType |
LPSymbolName | Order symbol name, value of type String |
LPAccountID | Related LP account number, value of type String |
BOAccountID | BackOffice account number, value of type String |
NewPrice | Requoted price, value of type Double |
CoveredAmount | Amount of lot, value of type Double |
LPTicketID | Related ticket number, value of type String |
See Also