Uses of Interface
com.caplin.motif.ThreadMode
-
Packages that use ThreadMode Package Description com.caplin.motif 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 ThreadMode in com.caplin.motif
Classes in com.caplin.motif that implement ThreadMode Modifier and Type Class Description static class
ThreadMode.NewThread
Will provide each trade a unique executor.static class
ThreadMode.SharedThreads
Will provide each trade an executor which will be shared by many trades.Constructors in com.caplin.motif with parameters of type ThreadMode Constructor Description MotifTradeChannelListener(ThreadMode threadMode)
SingleThreadWrapperFactory(ThreadMode threadMode)
TradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Constructs the TradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif.TradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode, @NotNull java.util.Properties properties)
Constructs the TradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif. -
Uses of ThreadMode in com.caplin.motif.fx.orders
Constructors in com.caplin.motif.fx.orders with parameters of type ThreadMode Constructor Description FXOrderAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Constructs an FXOrderAdapter that will utilise the specified DataSource and its configuration for communication with the motif.FXOrderAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode, java.util.Properties properties)
Constructs an FXOrderAdapter that will utilise the specified DataSource and its configuration for communication with the motif. -
Uses of ThreadMode in com.caplin.motif.fx.trading
Constructors in com.caplin.motif.fx.trading with parameters of type ThreadMode Constructor Description FXTradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Constructs an FXTradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif.FXTradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode, java.util.Properties properties)
Constructs an FXTradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif.TradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Constructs the TradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif.TradeAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode, java.util.Properties properties)
Constructs the TradeAdapter that will utilise the specified DataSource and its configuration for communication with the motif. -
Uses of ThreadMode in com.caplin.motif.fx.trading.allocation
Constructors in com.caplin.motif.fx.trading.allocation with parameters of type ThreadMode Constructor Description FXPostAllocationAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Constructs the FXPostAllocationAdapter that will utilise the specified Datasource and its configuration for communication with the Motif. -
Uses of ThreadMode in com.caplin.motif.fx.trading.orders
Constructors in com.caplin.motif.fx.trading.orders with parameters of type ThreadMode Constructor Description FXOrdersAdapter(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode)
Deprecated.
-