Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | BM+F FIX Adapter | Marketdata subscription or unsubscriptions
 
Marketdata subscription or unsubscriptions
Sample events for subscription and unsubscription to market data.
subscriptions
Without book aggregation: com.apama.marketdata.SubscribeDepth("FIX", "BMF_TRANSPORT", "DI1V12",{"207":"XBMF","22":"8","AggregatedBook":"N"})
With book aggregation: com.apama.marketdata.SubscribeDepth("FIX", "BMF_TRANSPORT", "DI1V12",{"207":"XBMF","22":"8","AggregatedBook":"Y"})
Unsubscriptions
without book aggregation: com.apama.marketdata.UnsubscribeDepth("FIX", "BMF_TRANSPORT","DI1V12",{"207":"XBMF","22":"8","AggregatedBook":"N"})
with book aggregation: com.apama.marketdata.UnsubscribeDepth("FIX", "BMF_TRANSPORT","DI1V12",{"207":"XBMF","22":"8","AggregatedBook":"Y"})