MarketOrderClosingByHedgeFailed
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 10:00 AM
|
Public Sub MarketOrderClosedByHedgeFailed(ByVal LPOrderID1 As String, ByVal LPOrderID2 As String, ByVal Reason As String, ByVal BuySell1 As OperationType, ByVal BuySell2 As OperationType, ByVal Amount As Double, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOOrderID1 As String, ByVal BOOrderID2 As String, ByVal BOAccountID As String)
Descripton
This function should be called after CloseByHedge function if it returns failed result.
Parameter
Part |
Description |
LPOrderID1 |
The first failed order number from the LP side, received by CloseByHedge function. Value of type is String |
LPOrderID2 |
The second failed order number on LP side, received by CloseByHedge function. Value of type is String |
Reason |
Closing by hedge failed reason. Value of type is String |
BuySell1 |
The first order operation type, received by CloseByHedge function. Value of type is OperationType |
BuySell2 |
The second order operation type, received by CloseByHedge function. Value of type is OperationType |
Amount |
The amount in lot, received by CloseByHedge function. Value of type is Double |
LPSymbolName |
The orders symbol name, received by CloseByHedge function. Value of type is String |
LPAccountID |
LP account number to close orders on, received by CloseByHedge function. Value of type is String |
BOOrderID1 |
The first order number on the backoffice side, received by CloseByHedge function. Value of type is String |
BOOrderID2 |
The second order number on backoffice side, received by CloseByHedge function. Value of type is String |
BOAccountID |
Backoffice account number received by CloseByHedge function. Value of type is String |
See Also
Back to Bridge LP API Index
|
(0 vote(s))
Helpful Not helpful
|