Class SettlementAction
- java.lang.Object
-
- com.caplin.motif.fx.trading.settlement.SettlementAction
-
public final class SettlementAction extends Object
An action to be applied to a trade.
-
-
Constructor Summary
Constructors Constructor Description SettlementAction()
-
-
-
Field Detail
-
AFFIRM
public static final String AFFIRM
- See Also:
- Constant Field Values
-
CONFIRM
public static final String CONFIRM
- See Also:
- Constant Field Values
-
DISPUTE
public static final String DISPUTE
- See Also:
- Constant Field Values
-
CANCEL
public static final String CANCEL
- See Also:
- Constant Field Values
-
REPLACE
public static final String REPLACE
- See Also:
- Constant Field Values
-
AUTO_CONFIRM
public static final String AUTO_CONFIRM
- See Also:
- Constant Field Values
-
UNCONFIRM
public static final String UNCONFIRM
- See Also:
- Constant Field Values
-
NET
public static final String NET
- See Also:
- Constant Field Values
-
-