public interface FixMarketDataService extends ExternalMarketDataService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTickerId(Security security)
Converts a Security into a market data feed specific tickerId
|
void |
sendSubscribeRequest(Security security)
Called before sending the subscribe request so that Broker specific Tags can be set.
|
void |
sendUnsubscribeRequest(Security security)
Called before sending the unsubscribe request so that Broker specific Tags can be set.
|
getAdapterType, getSessionQualifier, initSubscriptionReady, reconnect, subscribe, subscribe, unsubscribe, unsubscribe
void sendSubscribeRequest(Security security)
void sendUnsubscribeRequest(Security security)
java.lang.String getTickerId(Security security)