Uses of Class
com.caplin.motif.fx.trading.TradeAdapter
-
Packages that use TradeAdapter Package Description com.caplin.motif.fx.orders Parent package with classes and interfaces that relate to orders in general.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.allocation Classes and interfaces that relate to post-trade allocations.com.caplin.motif.fx.trading.orders Parent package with classes and interfaces that relate to orders in general. -
-
Uses of TradeAdapter in com.caplin.motif.fx.orders
Constructors in com.caplin.motif.fx.orders with parameters of type TradeAdapter Constructor Description FXOrderAdapter(TradeAdapter tradeAdapter)
Constructs an FXOrderAdapter that will utilise the specified TradeAdapter and its configuration for communication with the motif. -
Uses of TradeAdapter in com.caplin.motif.fx.trading
Constructors in com.caplin.motif.fx.trading with parameters of type TradeAdapter Constructor Description FXTradeAdapter(TradeAdapter tradeAdapter)
Constructs an FXTradeAdapter that will utilise the specified TradeAdapter and its configuration for communication with the motif. -
Uses of TradeAdapter in com.caplin.motif.fx.trading.allocation
Constructors in com.caplin.motif.fx.trading.allocation with parameters of type TradeAdapter Constructor Description FXPostAllocationAdapter(TradeAdapter tradeAdapter)
Constructs the FXPostAllocationAdapter that will utilise the specified TradingAdapter and it's underlying Datasource configuration for communication with the Motif. -
Uses of TradeAdapter in com.caplin.motif.fx.trading.orders
Constructors in com.caplin.motif.fx.trading.orders with parameters of type TradeAdapter Constructor Description FXOrdersAdapter(TradeAdapter tradeAdapter)
Deprecated.
-