Class AllocationSettlementDateOption
java.lang.Object
com.caplin.motif.fx.trading.allocation.AllocationSettlementDateOption
Represents a settlement date option for a post-trade allocation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Allows allocating to any valid datestatic final String
Allows allocating to any valid date other than the original settlement datestatic final String
Allows allocating to a date before the original settlement datestatic final String
Allows allocating to a date after the original settlement datestatic final String
Allows allocating to the original settlement date -
Constructor Summary
-
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()
-