Public Sub SLTPOrderUpdated(ByVal LPOrderID As String, ByVal BuySell As OperationType, ByVal Amount As Double, ByVal LPSymbolName As String,ByVal OpenPrice As Double ,ByVal LPAccountID As String, ByVal BOOrderID As String, ByVal BOAccountID As String, Optional ByVal SL As Double = 0, Optional ByVal TP As Double = 0)
Description
This function should be called after UpdateSLTPOrder function if it returns the success result.
Parameter
Part |
Description |
LPOrderID |
The manage order number at the LP side received by UpdateSLTPOrder function. Value of type is String |
BuySell |
Order operation type received by UpdateSLTPOrder function. Value of type is OperationType |
Amount |
Amount of lots received by UpdateSLTPOrder function. Value of type is Double |
LPSymbolName |
Order symbol name received by UpdateSLTPOrder function. Value of type is String |
OpenPrice |
Order price value received by UpdateSLTPOrder function. Value of type is Double |
LPAccountID |
Account number at the LP side, received by UpdateSLTPOrder function. Value of type is String |
BOOrderID |
Order number at the backoffice side, received by UpdateSLTPOrder function. Value of type is String |
BOAccountID |
Account number at the backoffice side, received by UpdateSLTPOrder function. Value of type is String |
SL |
Stop loss value received by UpdateSLTPOrder function. Optional value of type Double |
TP |
Take profit value received by UpdateSLTPOrder function. Optional value of type Double |
See Also
Back to Bridge LP API Index
|