Class SolConstants.ParserConstants.MT4MarketPriceParserConstants

java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.ParserConstants.MT4MarketPriceParserConstants
Enclosing class:
SolConstants.ParserConstants

public static final class SolConstants.ParserConstants.MT4MarketPriceParserConstants extends Object
Constants specific to MT4 data parsing.
Version:
3.0.4
Author:
Stephen Prizio
  • Field Details

    • MT4_CSV_ROW_MIN_LENGTH

      public static final int MT4_CSV_ROW_MIN_LENGTH
      The minimum row length for an mtv data row.
      See Also:
    • MT4_CSV_ROW_DATE_INDEX

      public static final int MT4_CSV_ROW_DATE_INDEX
      The index for the date portion.
      See Also:
    • MT4_CSV_ROW_TIME_INDEX

      public static final int MT4_CSV_ROW_TIME_INDEX
      The index for the time portion.
      See Also:
    • MT4_CSV_ROW_OPEN_INDEX

      public static final int MT4_CSV_ROW_OPEN_INDEX
      The index for the open portion.
      See Also:
    • MT4_CSV_ROW_HIGH_INDEX

      public static final int MT4_CSV_ROW_HIGH_INDEX
      The index for the high portion.
      See Also:
    • MT4_CSV_ROW_LOW_INDEX

      public static final int MT4_CSV_ROW_LOW_INDEX
      The index for the low portion.
      See Also:
    • MT4_CSV_ROW_CLOSE_INDEX

      public static final int MT4_CSV_ROW_CLOSE_INDEX
      The index for the close portion.
      See Also: