Package com.caplin.motif.mm.trading
Class MMTradeAdapter
- java.lang.Object
-
- com.caplin.motif.mm.trading.MMTradeAdapter
-
@Beta public class MMTradeAdapter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MMTradeAdapter(TradeAdapter tradeAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerRFSTradeListenerFactory(MMRFSTradeListenerFactory factory)
Registers a factory that will listen to Money Markets RFS Trade workflows initiated from the client.
-
-
-
Constructor Detail
-
MMTradeAdapter
public MMTradeAdapter(TradeAdapter tradeAdapter)
-
-
Method Detail
-
registerRFSTradeListenerFactory
public void registerRFSTradeListenerFactory(MMRFSTradeListenerFactory factory)
Registers a factory that will listen to Money Markets RFS Trade workflows initiated from the client.- Parameters:
factory
- the factory that will be asked to create the MMRFSTradeListener
-
-