Class MetaTrader4TradeWrapperConstants.Transaction
java.lang.Object
com.bluebell.greenhouse.sol.constants.wrapper.MetaTrader4TradeWrapperConstants.Transaction
- Enclosing class:
MetaTrader4TradeWrapperConstants
Transaction-specific trade constants. *
- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intColumn index of the transaction amount within a transaction row.static final intColumn index of the transaction date/time within a transaction row.static final intColumn index of the transaction name/description within a transaction row.static final intTotal number of columns expected in an MT4 transaction (non-trade) row. -
Method Summary
-
Field Details
-
TRANSACTION_DATA_SIZE
public static final int TRANSACTION_DATA_SIZETotal number of columns expected in an MT4 transaction (non-trade) row.- See Also:
-
TRANSACTION_DATA_DATETIME_INDEX
public static final int TRANSACTION_DATA_DATETIME_INDEXColumn index of the transaction date/time within a transaction row.- See Also:
-
TRANSACTION_DATA_NAME_INDEX
public static final int TRANSACTION_DATA_NAME_INDEXColumn index of the transaction name/description within a transaction row.- See Also:
-
TRANSACTION_DATA_AMOUNT_INDEX
public static final int TRANSACTION_DATA_AMOUNT_INDEXColumn index of the transaction amount within a transaction row.- See Also:
-