Public Sub LimitOrderDeletedFailed(ByVal LPOrderID As String, ByVal Reason 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 failedresult.
Parameter
Part | Description |
LPOrderID | Failed Order number to be deleted at the LP side, received by DeleteLimitOrder function. Value of type is String |
Reason | The fail reason. Value of type is String |
LOType | Deletedorder type received by DeleteLimitOrder function. Value of type isLimitOrderType |
Amount | The amount inlot, received by DeleteLimitOrderfunction. Value of type is Double |
LPSymbolName | Failed 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