Class SolConstants.ParserConstants.MT4MarketPriceParserConstants
java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.ParserConstants.MT4MarketPriceParserConstants
- Enclosing class:
SolConstants.ParserConstants
Constants specific to MT4 data parsing.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe index for the close portion.static final intThe index for the date portion.static final intThe index for the high portion.static final intThe index for the low portion.static final intThe minimum row length for an mtv data row.static final intThe index for the open portion.static final intThe index for the time portion. -
Method Summary
-
Field Details
-
MT4_CSV_ROW_MIN_LENGTH
public static final int MT4_CSV_ROW_MIN_LENGTHThe minimum row length for an mtv data row.- See Also:
-
MT4_CSV_ROW_DATE_INDEX
public static final int MT4_CSV_ROW_DATE_INDEXThe index for the date portion.- See Also:
-
MT4_CSV_ROW_TIME_INDEX
public static final int MT4_CSV_ROW_TIME_INDEXThe index for the time portion.- See Also:
-
MT4_CSV_ROW_OPEN_INDEX
public static final int MT4_CSV_ROW_OPEN_INDEXThe index for the open portion.- See Also:
-
MT4_CSV_ROW_HIGH_INDEX
public static final int MT4_CSV_ROW_HIGH_INDEXThe index for the high portion.- See Also:
-
MT4_CSV_ROW_LOW_INDEX
public static final int MT4_CSV_ROW_LOW_INDEXThe index for the low portion.- See Also:
-
MT4_CSV_ROW_CLOSE_INDEX
public static final int MT4_CSV_ROW_CLOSE_INDEXThe index for the close portion.- See Also:
-