Class SolConstants.ParserConstants.PositionParserConstants

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

public static final class SolConstants.ParserConstants.PositionParserConstants extends Object
Constants for the position parsers.
Version:
3.0.4
Author:
Stephen Prizio
  • Field Details

    • SOURCE_SEQUENCE_MULTIPLIER

      public static final int SOURCE_SEQUENCE_MULTIPLIER
      Multiplier used to sequence synthetic legacy close events after their opening row.
      See Also:
    • POSITION_ORDER_DATE_KEY

      public static final String POSITION_ORDER_DATE_KEY
      Canonical key representing the position order date column.
      See Also:
    • POSITION_ORDER_TYPE_KEY

      public static final String POSITION_ORDER_TYPE_KEY
      Canonical key representing the position order type column.
      See Also:
    • POSITION_QUANTITY_KEY

      public static final String POSITION_QUANTITY_KEY
      Canonical key representing the position quantity column.
      See Also:
    • POSITION_SYMBOL_KEY

      public static final String POSITION_SYMBOL_KEY
      Canonical key representing the position symbol column.
      See Also:
    • POSITION_PRICE_KEY

      public static final String POSITION_PRICE_KEY
      Canonical key representing the position price column.
      See Also:
    • POSITION_FAMILY_KEY

      public static final String POSITION_FAMILY_KEY
      Canonical key representing the position family column.
      See Also:
    • POSITION_NET_PROFIT_KEY

      public static final String POSITION_NET_PROFIT_KEY
      Canonical key representing the imported net profit column.
      See Also:
    • POSITION_STOP_LOSS_KEY

      public static final String POSITION_STOP_LOSS_KEY
      Canonical key representing the position stop loss column.
      See Also:
    • POSITION_TAKE_PROFIT_KEY

      public static final String POSITION_TAKE_PROFIT_KEY
      Canonical key representing the position take profit column.
      See Also:
    • POSITION_COMMENT_KEY

      public static final String POSITION_COMMENT_KEY
      Canonical key representing the position comment column.
      See Also:
    • POSITION_SOURCE_REFERENCE_KEY

      public static final String POSITION_SOURCE_REFERENCE_KEY
      Canonical key representing the position source reference column.
      See Also:
    • DEFAULT_POSITION_HEADERS

      public static final Map<String,Integer> DEFAULT_POSITION_HEADERS
      Default canonical header order for position imports.
    • DEFAULT_POSITION_HEADER_ALIASES

      public static final Map<String, List<String>> DEFAULT_POSITION_HEADER_ALIASES
      Aliases for required canonical position headers.
    • OPTIONAL_POSITION_HEADERS

      public static final Map<String,Integer> OPTIONAL_POSITION_HEADERS
      Optional canonical header order for position imports.
    • OPTIONAL_POSITION_HEADER_ALIASES

      public static final Map<String, List<String>> OPTIONAL_POSITION_HEADER_ALIASES
      Aliases for optional canonical position headers.