public interface TradingConnectionRouter
Modifier and Type | Interface and Description |
---|---|
static class |
TradingConnectionRouter.Context |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionKey(com.caplin.motif.UserTrade trade)
Retrieve the connection key from the given trade.
|
void |
initialise(TradingConnectionRouter.Context context)
This notifies the TradingConnectionRouter that it is about to be loaded.
|
void initialise(TradingConnectionRouter.Context context)
You should use this method to perform any initialization before the TradingConnectionRouter is loaded by the system.
java.lang.String getConnectionKey(com.caplin.motif.UserTrade trade)
Copyright © 2019 Caplin Systems.