Uses of Class
com.caplin.motif.fx.trading.MonitorSide
-
Packages that use MonitorSide 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. -
-
Uses of MonitorSide in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading that return MonitorSide Modifier and Type Method Description static MonitorSide
MonitorSide. getValue(java.lang.String monitorSide)
Deprecated.Returns aMonitorSide
matching the side monitored value ofString
static MonitorSide
MonitorSide. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static MonitorSide[]
MonitorSide. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MonitorSide in com.caplin.motif.fx.trading.orders.submission
Methods in com.caplin.motif.fx.trading.orders.submission that return MonitorSide Modifier and Type Method Description MonitorSide
Order. getMonitorSide()
Deprecated.Returns aMonitorSide
direction of this order.
-