Package com.caplin.motif.fx.trading
Class FXTradingProtocol
- java.lang.Object
-
- com.caplin.motif.fx.trading.FXTradingProtocol
-
public final class FXTradingProtocol extends Object
Constants representing the type of trades available in the Motif.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALLOCATE
Allocate a tradestatic String
AMEND
Amend a tradestatic String
BLOCK
Block Tradestatic String
CANCEL
Cancel a tradestatic String
ESP
Executable Stream Pricestatic String
NDB
NDBstatic String
RFS
Request for Streamstatic String
SALES_INTERVENTION
Sales Interventionstatic String
SETTLEMENT
Settlementstatic String
TIME_OPTION
Time Optionstatic String
VALIDATE
Validate a trade
-
Constructor Summary
Constructors Constructor Description FXTradingProtocol()
-
-
-
Field Detail
-
ESP
public static final String ESP
Executable Stream Price- See Also:
- Constant Field Values
-
RFS
public static final String RFS
Request for Stream- See Also:
- Constant Field Values
-
VALIDATE
public static final String VALIDATE
Validate a trade- See Also:
- Constant Field Values
-
AMEND
public static final String AMEND
Amend a trade- See Also:
- Constant Field Values
-
ALLOCATE
public static final String ALLOCATE
Allocate a trade- See Also:
- Constant Field Values
-
CANCEL
public static final String CANCEL
Cancel a trade- See Also:
- Constant Field Values
-
SALES_INTERVENTION
public static final String SALES_INTERVENTION
Sales Intervention- See Also:
- Constant Field Values
-
BLOCK
public static final String BLOCK
Block Trade- See Also:
- Constant Field Values
-
SETTLEMENT
public static final String SETTLEMENT
Settlement- See Also:
- Constant Field Values
-
NDB
public static final String NDB
NDB- See Also:
- Constant Field Values
-
TIME_OPTION
public static final String TIME_OPTION
Time Option- See Also:
- Constant Field Values
-
-