Uses of Interface
com.caplin.motif.fx.trading.validator.TradeValidator
-
Packages that use TradeValidator 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.block Classes and interfaces that relate to block trading.com.caplin.motif.fx.trading.validator Classes and interfaces that relate to validating trade events. -
-
Uses of TradeValidator in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading with parameters of type TradeValidator Modifier and Type Method Description void
FXTradeAdapter. registerBlockTradeListenerFactory(BlockTradeListenerFactory factory, TradeValidator tradeFieldsValidator)
Deprecated.The 'BLOCK' TradingProtocol will be removed, Block Trading should now be handled via the standard RFSListener. -
Uses of TradeValidator in com.caplin.motif.fx.trading.block
Classes in com.caplin.motif.fx.trading.block that implement TradeValidator Modifier and Type Class Description class
BlockTradeValidator
Constructors in com.caplin.motif.fx.trading.block with parameters of type TradeValidator Constructor Description BlockTradeListenerFactoryTranslator(BlockTradeListenerFactory tradeListenerFactory, TradeValidator validator, BlockTradeFactory tradeFactory)
Instantiates a BlockTradeListenerFactoryTranslator -
Uses of TradeValidator in com.caplin.motif.fx.trading.validator
Classes in com.caplin.motif.fx.trading.validator that implement TradeValidator Modifier and Type Class Description class
RequiredTradeFieldsValidator
-