Class SolConstants.ParserConstants.PositionParserConstants
java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.ParserConstants.PositionParserConstants
- Enclosing class:
SolConstants.ParserConstants
Constants for the position parsers.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionAliases for required canonical position headers.Default canonical header order for position imports.Aliases for optional canonical position headers.Optional canonical header order for position imports.static final StringCanonical key representing the position comment column.static final StringCanonical key representing the position family column.static final StringCanonical key representing the imported net profit column.static final StringCanonical key representing the position order date column.static final StringCanonical key representing the position order type column.static final StringCanonical key representing the position price column.static final StringCanonical key representing the position quantity column.static final StringCanonical key representing the position source reference column.static final StringCanonical key representing the position stop loss column.static final StringCanonical key representing the position symbol column.static final StringCanonical key representing the position take profit column.static final intMultiplier used to sequence synthetic legacy close events after their opening row. -
Method Summary
-
Field Details
-
SOURCE_SEQUENCE_MULTIPLIER
public static final int SOURCE_SEQUENCE_MULTIPLIERMultiplier used to sequence synthetic legacy close events after their opening row.- See Also:
-
POSITION_ORDER_DATE_KEY
Canonical key representing the position order date column.- See Also:
-
POSITION_ORDER_TYPE_KEY
Canonical key representing the position order type column.- See Also:
-
POSITION_QUANTITY_KEY
Canonical key representing the position quantity column.- See Also:
-
POSITION_SYMBOL_KEY
Canonical key representing the position symbol column.- See Also:
-
POSITION_PRICE_KEY
Canonical key representing the position price column.- See Also:
-
POSITION_FAMILY_KEY
Canonical key representing the position family column.- See Also:
-
POSITION_NET_PROFIT_KEY
Canonical key representing the imported net profit column.- See Also:
-
POSITION_STOP_LOSS_KEY
Canonical key representing the position stop loss column.- See Also:
-
POSITION_TAKE_PROFIT_KEY
Canonical key representing the position take profit column.- See Also:
-
POSITION_COMMENT_KEY
Canonical key representing the position comment column.- See Also:
-
POSITION_SOURCE_REFERENCE_KEY
Canonical key representing the position source reference column.- See Also:
-
DEFAULT_POSITION_HEADERS
-
DEFAULT_POSITION_HEADER_ALIASES
-
OPTIONAL_POSITION_HEADERS
-
OPTIONAL_POSITION_HEADER_ALIASES
-