Package | Description |
---|---|
com.caplin.motif.fx.trading.orders.activestatechange |
Classes and interfaces that relate to activating or deactivating a previously submitted order or strategy.
|
Modifier and Type | Method and Description |
---|---|
static ActiveState |
ActiveState.forName(String stateName)
Returns the enum that matches the string passed in
|
ActiveState |
ChangeActiveState.getNewState()
Returns an instance of ActiveState which represents the new state
that the client wants the order to change to.
|
static ActiveState |
ActiveState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveState[] |
ActiveState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChangeActiveState(com.caplin.trading.Trade trade,
String parentOrderID,
String orderID,
ActiveState newState)
Constructs the ChangeActiveState with a trade object from the underlying
trading datasource that contains the fields and the state model representing the
clients request to change the state of an already existing order.
|
Copyright © 2015 Caplin Systems.