LimitOrderDeletingFailed
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 09:59 AM
|
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 failed result.
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 |
Deleted order type received by DeleteLimitOrder function. Value of type is LimitOrderType |
Amount |
The amount in lot, received by DeleteLimitOrder function. 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 DeleteLimitOrder function. Value of type is String |
BOOrderID |
Order number at the backoffice side, received by DeleteLimitOrder function. Value of type is String |
BOAccountID |
Account number at the backoffice side, received by DeleteLimitOrder function. Value of type is String |
See Also
Back to Bridge LP API Index
|
(0 vote(s))
Helpful Not helpful
|