Class MetaTrader4TradeWrapperConstants.Transaction

java.lang.Object
com.bluebell.greenhouse.sol.constants.wrapper.MetaTrader4TradeWrapperConstants.Transaction
Enclosing class:
MetaTrader4TradeWrapperConstants

public static final class MetaTrader4TradeWrapperConstants.Transaction extends Object
Transaction-specific trade constants. *
Version:
2.0.3
Author:
Stephen Prizio
  • Field Details

    • TRANSACTION_DATA_SIZE

      public static final int TRANSACTION_DATA_SIZE
      Total number of columns expected in an MT4 transaction (non-trade) row.
      See Also:
    • TRANSACTION_DATA_DATETIME_INDEX

      public static final int TRANSACTION_DATA_DATETIME_INDEX
      Column index of the transaction date/time within a transaction row.
      See Also:
    • TRANSACTION_DATA_NAME_INDEX

      public static final int TRANSACTION_DATA_NAME_INDEX
      Column index of the transaction name/description within a transaction row.
      See Also:
    • TRANSACTION_DATA_AMOUNT_INDEX

      public static final int TRANSACTION_DATA_AMOUNT_INDEX
      Column index of the transaction amount within a transaction row.
      See Also: