Class CanAllocate
- java.lang.Object
-
- com.caplin.motif.fx.trading.allocation.CanAllocate
-
public final class CanAllocate extends java.lang.Object
Modes for the CanAllocate field
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FULL
Enable full-amount allocation for this tradestatic java.lang.String
FULL_OR_PARTIAL
Enable full or partial amount allocation for this tradestatic java.lang.String
NONE
Disable post-trade allocation for this trade
-
Constructor Summary
Constructors Constructor Description CanAllocate()
-
-
-
Field Detail
-
NONE
public static final java.lang.String NONE
Disable post-trade allocation for this trade- See Also:
- Constant Field Values
-
FULL
public static final java.lang.String FULL
Enable full-amount allocation for this trade- See Also:
- Constant Field Values
-
FULL_OR_PARTIAL
public static final java.lang.String FULL_OR_PARTIAL
Enable full or partial amount allocation for this trade- See Also:
- Constant Field Values
-
-