Interface TradingConnectionRouter
public interface TradingConnectionRouter
Retrieved the connection pool key for a given trade.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetConnectionKey(com.caplin.motif.UserTrade trade) Retrieve the connection key from the given trade.voidThis notifies the TradingConnectionRouter that it is about to be loaded.
-
Method Details
-
initialise
This notifies the TradingConnectionRouter that it is about to be loaded. This method will be called by the system once.You should use this method to perform any initialization before the TradingConnectionRouter is loaded by the system.
-
getConnectionKey
Retrieve the connection key from the given trade.
-