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.orders.details |
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
|
com.caplin.motif.fx.trading.orders.submission |
Classes and interfaces that relate to submitting an order or order strategy.
|
com.caplin.motif.fx.trading.orders.submission.strategy |
Classes representing the various order strategies that are supported by the FX Motif.
|
Modifier and Type | Method and Description |
---|---|
static ActivationDate |
DateUtil.createActivationDate(String date,
String time,
String location,
String offset) |
Modifier and Type | Method and Description |
---|---|
ActivationDate |
Order.getActivationDate() |
ActivationDate |
Strategy.getActivationDate() |
Modifier and Type | Method and Description |
---|---|
OrderFieldSet |
OrderFieldSet.setActivationDate(ActivationDate activationDate)
Sets the date, time and location the strategy or order should be activated.
|
StrategyFieldSet |
StrategyFieldSet.setActivationDate(ActivationDate activationDate)
Sets the date, time and location the strategy or order should be activated.
|
Modifier and Type | Field and Description |
---|---|
static ActivationDate |
ActivationDate.GFA
An instance of ActivationDate that represents Good for Activation
immediately.
|
Modifier and Type | Method and Description |
---|---|
ActivationDate |
Order.getActivationDate()
Returns the activation date of the order
|
ActivationDate |
OrderStrategy.getActivationDate()
Returns the date on which the order strategy should be activated.
|
static ActivationDate |
ActivationDate.parseFromValues(String date,
String time,
String location,
String offset) |
Modifier and Type | Method and Description |
---|---|
ActivationDate |
MotifOrderStrategy.getActivationDate()
Returns the date which specifies when the order should activate.
|
Constructor and Description |
---|
IfDoneOCOStrategy(com.caplin.trading.Trade trade,
TradingSubProtocol tradingSubProtocol,
String currencyPair,
String user,
String toboUser,
String remarks,
Set<AlertType> alertTypes,
String requestId,
String account,
List<Order> orders,
ActivationDate activationDate,
ExpirationDate expirationDate)
Creates a IfDoneOCOStrategy based on the parameters provided.
|
IfDoneStrategy(com.caplin.trading.Trade trade,
TradingSubProtocol tradingSubProtocol,
String currencyPair,
String user,
String toboUser,
String remarks,
Set<AlertType> alertTypes,
String requestId,
String account,
List<Order> orders,
ActivationDate activationDate,
ExpirationDate expirationDate)
Constructs an IfDoneStrategy based on the parameters provided.
|
IfTimeoutStrategy(com.caplin.trading.Trade trade,
TradingSubProtocol tradingSubProtocol,
String currencyPair,
String user,
String toboUser,
String remarks,
Set<AlertType> alertTypes,
String requestId,
String account,
List<Order> orders,
ActivationDate activationDate,
ExpirationDate expirationDate)
Constructs an IfTimeoutStrategy based on the parameters provided.
|
OCOStrategy(com.caplin.trading.Trade trade,
TradingSubProtocol tradingSubProtocol,
String currencyPair,
String user,
String toboUser,
String remarks,
Set<AlertType> alertTypes,
String requestId,
String account,
List<Order> orders,
ActivationDate activationDate,
ExpirationDate expirationDate)
Creates a new OCOStrategy from the provided parameters.
|
SingleStrategy(com.caplin.trading.Trade trade,
TradingSubProtocol tradingSubProtocol,
String currencyPair,
String user,
String toboUser,
String remarks,
Set<AlertType> alertTypes,
String requestId,
String account,
Order order,
ActivationDate activationDate,
ExpirationDate expirationDate)
Creates a SingleStrategy based on the parameters provided.
|
Copyright © 2015 Caplin Systems.