Public Sub SLTPOrderDeleted(ByVal LPOrderID As String, ByVal Type As OperationType, ByVal Amount As Double, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOOrderID As String, ByVal BOAccountID As String)
Description
This function should be called after DeleteSLTPOrderfunction if it returns the success result.
Parameter
Part | Description |
LPOrderID | The manage order number at the LP side received by DeleteSLTPOrderfunction. Value of type is String |
Type | Order operation type received by DeleteSLTPOrderfunction. Value of type isOperationType |
Amount | Amount of lots received by DeleteSLTPOrderfunction. Value of type is Double |
LPSymbolName | Order symbol name received by DeleteSLTPOrderfunction. Value of type is String |
OpenPrice | Order price value received by DeleteSLTPOrderfunction. Value of type is Double |
LPAccountID | Account number at the LP side, received by DeleteSLTPOrderfunction. Value of type is String |
BOOrderID | Order number at the BackOffice side, received by DeleteSLTPOrderfunction. Value of type is String |
BOAccountID | Account number at the BackOffice side, received by DeleteSLTPOrderfunction. Value of type is String |
See Also