Uses of Interface
com.caplin.motif.ThreadMode
Package
Description
Parent package with classes and interfaces that relate to orders in general.
Parent package with classes that relate to FX trading in general but no specific trading protocol.
Classes and interfaces that relate to post-trade allocations.
Parent package with classes and interfaces that relate to orders in general.
-
Uses of ThreadMode in com.caplin.motif
Modifier and TypeClassDescriptionstatic final class
Will provide each trade a unique executor.static final class
Will provide each trade an executor which will be shared by many trades.ModifierConstructorDescriptionMotifTradeChannelListener
(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 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
ModifierConstructorDescriptionFXOrderAdapter
(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, 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
ModifierConstructorDescriptionFXTradeAdapter
(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, 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, 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
ModifierConstructorDescriptionFXPostAllocationAdapter
(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode) Deprecated.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
ModifierConstructorDescriptionFXOrdersAdapter
(com.caplin.datasource.DataSource dataSource, ThreadMode threadMode) Deprecated.