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.submission |
Classes and interfaces that relate to submitting an order or order strategy.
|
Modifier and Type | Method and Description |
---|---|
static MonitorSide |
MonitorSide.getValue(String monitorSide)
Returns a
MonitorSide matching the side monitored value of String |
static MonitorSide |
MonitorSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorSide[] |
MonitorSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MonitorSide |
Order.getMonitorSide()
Returns a
MonitorSide direction of this order. |
Copyright © 2015 Caplin Systems.