LimitOrderDeleted
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 09:59 AM
|
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 is LimitOrderType |
Amount |
The amount in lot, received by DeleteLimitOrder function. 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 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
|