public class TradingSubProtocol extends Object
Modifier and Type | Field and Description |
---|---|
static TradingSubProtocol |
NONE
The sub protocol for standard RFS trade
|
static TradingSubProtocol |
SALES_ESP
The sub protocol for Sales ESP trade
|
static TradingSubProtocol |
SALES_ORDER
The sub protocol for Sales RFS trade
|
static TradingSubProtocol |
SALES_RFS
The sub protocol for Sales RFS trade
|
Constructor and Description |
---|
TradingSubProtocol(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of the trading sub protocol.
|
static TradingSubProtocol |
getValue(String name)
Returns the trading sub protocol matching the protocol name.
|
int |
hashCode() |
String |
toString() |
public static final TradingSubProtocol SALES_ESP
public static final TradingSubProtocol SALES_RFS
public static final TradingSubProtocol SALES_ORDER
public static final TradingSubProtocol NONE
public TradingSubProtocol(String name)
public String getName()
public static TradingSubProtocol getValue(String name)
name
- The name of the trading sub protocolCopyright © 2015 Caplin Systems.