Class SettlementDirection
- java.lang.Object
-
- com.caplin.motif.fx.trading.settlement.SettlementDirection
-
public class SettlementDirection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIRECTION_BOTH
static String
DIRECTION_PAY
static String
DIRECTION_RECEIVE
-
Constructor Summary
Constructors Constructor Description SettlementDirection()
-
-
-
Field Detail
-
DIRECTION_PAY
public static final String DIRECTION_PAY
- See Also:
- Constant Field Values
-
DIRECTION_RECEIVE
public static final String DIRECTION_RECEIVE
- See Also:
- Constant Field Values
-
DIRECTION_BOTH
public static final String DIRECTION_BOTH
- See Also:
- Constant Field Values
-
-