public class MetatraderTradeResponse extends Object
MetatraderTrade| Modifier and Type | Field and Description |
|---|---|
String |
closeByPositionId
Identifier of an opposite position used for closing by order ORDER_TYPE_CLOSE_BY, or
null |
String |
message
Human-readable error or result message
|
int |
numericCode
Numeric response code, see
https://www.mql5.com/en/docs/constants/errorswarnings/enum_trade_return_codes and
https://book.mql4.com/appendix/errors.
|
String |
orderId
Id of the order created or modified by the trade, or
null |
String |
positionId
Id of the position created or modified by the trade, or
null |
String |
stringCode
String response code, see
https://www.mql5.com/en/docs/constants/errorswarnings/enum_trade_return_codes and
https://book.mql4.com/appendix/errors.
|
| Constructor and Description |
|---|
MetatraderTradeResponse() |
public int numericCode
public String stringCode
public String message
public String orderId
nullpublic String positionId
nullpublic String closeByPositionId
nullCopyright © 2022. All rights reserved.