Package | Description |
---|---|
com.caplin.motif.fx.trading |
Parent package with classes that relate to FX trading in general but no specific trading protocol.
|
com.caplin.motif.fx.trading.block |
Classes and interfaces that relate to block trading.
|
com.caplin.motif.fx.trading.esp |
Classes and interfaces that relate to ESP (Executable Streaming Price) trading.
|
com.caplin.motif.fx.trading.rfs |
Classes and interfaces that relate to RFS (Request For Stream) trading.
|
Modifier and Type | Method and Description |
---|---|
static FXTradingProtocol |
FXTradingProtocol.fromString(String name) |
abstract FXTradingProtocol |
FXTrade.getTradingProtocol()
Returns the
FXTradingProtocol that was used to enter this trade. |
static FXTradingProtocol |
FXTradingProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FXTradingProtocol[] |
FXTradingProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FXTradingProtocol |
BlockTrade.getTradingProtocol() |
FXTradingProtocol |
BlockTradeExecution.getTradingProtocol() |
Modifier and Type | Method and Description |
---|---|
FXTradingProtocol |
ESPTrade.getTradingProtocol() |
Modifier and Type | Method and Description |
---|---|
FXTradingProtocol |
RFSTrade.getTradingProtocol() |
Copyright © 2015 Caplin Systems.