| Public Sub LimitOrderDeleted(ByVal LPOrderID As String, ByVal LOType As LimitOrderType, ByVal Amount As Double, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOOrderID As String, ByVal BOAccountID As String) |
This function should be called after DeleteLimitOrder function if it returns success result.
Parameter
| Part | Description |
| LPOrderID | Order number to be deleted at the LP side, received by DeleteLimitOrder function, value of type is String |
| LOType | Entry order operation type, received by DeleteLimitOrder function, value of type isLimitOrderType |
| Amount | The amount inlot, received by DeleteLimitOrderfunction. Value of type is Double |
| LPSymbolName | Entry order symbol name received by DeleteLimitOrder function, value of type is String |
| LPAccountID | Account number at the LP side received by DeleteLimitOrderfunction. Value of type is String |
| BOOrderID | Order number at the BackOffice side received by DeleteLimitOrderfunction. Value of type is String |
| BOAccountID | Account number at the BackOffice side received by DeleteLimitOrderfunction. Value of type is String |
See Also