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.edit.event |
Classes that represent the events that can happen during an attempt to edit an existing order or order strategy.
|
Modifier and Type | Method and Description |
---|---|
static String |
FXTradeUtil.addValuesToString(Collection<String> strategyFields,
Collection<Order> orders,
String initialString,
char delimiter) |
Modifier and Type | Method and Description |
---|---|
Order |
Strategy.getOrderByLegID(int legID)
Returns the order associated with this strategy that has the provided leg ID.
|
Order |
Order.getPreviousOrder() |
Modifier and Type | Method and Description |
---|---|
List<Order> |
Strategy.getOrders()
Returns the set of orders associated with this strategy.
|
Modifier and Type | Method and Description |
---|---|
OrderBuilder |
StrategyBuilder.addOrderBuilder(int legID,
Order previousOrder)
Adds an
OrderBuilder to this instance of StrategyBuilder with
the specified leg ID and previous field set. |
Modifier and Type | Method and Description |
---|---|
List<Order> |
SaveEvent.getEditedOrders() |
List<Order> |
SaveEvent.getEditedOrdersWithChangedEditableFields() |
Constructor and Description |
---|
SaveEvent(Strategy strategy,
com.google.common.collect.ImmutableList<Order> editedOrders,
com.google.common.collect.ImmutableList<Order> editableOrdersWithChangedEditableFields)
Constructs an SaveEvent with the event name "Save".
|
SaveEvent(Strategy strategy,
com.google.common.collect.ImmutableList<Order> editedOrders,
com.google.common.collect.ImmutableList<Order> editableOrdersWithChangedEditableFields)
Constructs an SaveEvent with the event name "Save".
|
Copyright © 2015 Caplin Systems.