Syntax
Public Sub MarketOrderIDReceived(ByVal LPOrderID As String, ByVal BOOrderID As String, ByVal BuySell As OperationType, ByVal Amount As Double, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOAccountID As String)
Description
This function should be called after NewMarketOrderfunction if it returns the success result.
Parameters
Part | Description |
LPOrderID | The order number received from IP. Value of type String |
BOOrderID | The BackOffice order number received by NewMarketOrder function. Value of type String |
BuySell | Market order type, received by NewMarketOrder function. Value of type OperationType |
Amount | Amount of lots, received by NewMarketOrder function. Value of type Double |
LPSymbolName | Symbol name that created market order on it, received by NewMarketOrder function. Value of type String |
LPAccountID | LP account numbers that get the order on it, received by NewMarketOrder function.Value of type String |
BOAccountID | The BackOffice account number, received by NewMarketOrder function. Value of type String |
See Also