Class AllocationSettlementDateOption
java.lang.Object
com.caplin.motif.fx.trading.allocation.AllocationSettlementDateOption
Represents a settlement date option for a post-trade allocation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAllows allocating to any valid datestatic final StringAllows allocating to any valid date other than the original settlement datestatic final StringAllows allocating to a date before the original settlement datestatic final StringAllows allocating to a date after the original settlement datestatic final StringAllows allocating to the original settlement date -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ORIGINAL
Allows allocating to the original settlement date- See Also:
-
EARLIER
Allows allocating to a date before the original settlement date- See Also:
-
LATER
Allows allocating to a date after the original settlement date- See Also:
-
ANY_DATE
Allows allocating to any valid date -
ANY_OTHER_DATE
Allows allocating to any valid date other than the original settlement date
-
-
Constructor Details
-
AllocationSettlementDateOption
public AllocationSettlementDateOption()
-