FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
com.apama.md.user.AggregatedBookManagerInterface |
createAggregatedBookManager()
Creates a new AggregatedBookManagerInterface from the Market Data Manager. |
com.apama.md.user.BBAManagerInterface |
createBBAManager()
Creates a new BBAManagerInterface from the Market Data Manager. |
com.apama.md.user.DepthManagerInterface |
createDepthManager()
Creates a new DepthManagerInterface from the Market Data Manager. |
com.apama.md.user.EPManagerInterface |
createEPManager()
Creates a new EPManagerInterface from the Market Data Manager. |
void |
createMDManager(context mainContext, com.apama.session.SessionKey sessionKey, action<integer, com.apama.md.user.MDManagerInterface > userOnSuccess, action<integer, com.apama.md.client.Error > userOnFailure)
This function is called by the user to create an instance of the Market Data Manager (MDManager) for a specified adapter/datasource. on the adapter name passed in. |
com.apama.md.user.NewsManagerInterface |
createNewsManager()
Creates a new NewsManagerInterface from the Market Data Manager. |
com.apama.md.user.OrderbookManagerInterface |
createOrderbookManager()
Creates a new OrderbookManagerInterface from the Market Data Manager. |
com.apama.md.user.QuotebookManagerInterface |
createQuotebookManager()
Creates a new QuotebookManagerInterface from the Market Data Manager. |
com.apama.md.user.TradeManagerInterface |
createTradeManager()
Creates a new TradeManagerInterface from the Market Data Manager. |
com.apama.md.client.ApiInterface |
getApiInterface()
Returns the underlying client Api interface required when constructing bespoke market data sources . |
integer |
getSessionId()
Returns the sessionId that the MDManager was created with. |
boolean |
hasA()
Check if the datasource we created the Market Data Manager with supports an AggregatedBook datastream. |
boolean |
hasBBA()
Check if the datasource we created the Market Data Manager with supports a BBA datastream. |
boolean |
hasDatastream(string streamType)
Check if the datasource we created the Market Data Manager with supports the supplied datastream. |
boolean |
hasDepth()
Check if the datasource we created the Market Data Manager with supports a Depth datastream. |
boolean |
hasEP()
Check if the datasource we created the Market Data Manager with supports an EP datastream. |
boolean |
hasNews()
Check if the datasource we created the Market Data Manager with supports a News datastream. |
boolean |
hasOrderbook()
Check if the datasource we created the Market Data Manager with supports an Orderbook datastream. |
boolean |
hasQuotebook()
Check if the datasource we created the Market Data Manager with supports a Quotebook datastream. |
boolean |
hasTrade()
Check if the datasource we created the Market Data Manager with supports a Trade datastream. |
Action Detail |
---|
com.apama.md.user.AggregatedBookManagerInterface createAggregatedBookManager()Creates a new AggregatedBookManagerInterface from the Market Data Manager.
com.apama.md.user.BBAManagerInterface createBBAManager()Creates a new BBAManagerInterface from the Market Data Manager.
com.apama.md.user.DepthManagerInterface createDepthManager()Creates a new DepthManagerInterface from the Market Data Manager.
com.apama.md.user.EPManagerInterface createEPManager()Creates a new EPManagerInterface from the Market Data Manager.
void createMDManager(context mainContext, com.apama.session.SessionKey sessionKey, action<integer, com.apama.md.user.MDManagerInterface > userOnSuccess, action<integer, com.apama.md.client.Error > userOnFailure)This function is called by the user to create an instance of the Market Data Manager (MDManager) for a specified adapter/datasource. on the adapter name passed in.
com.apama.md.user.NewsManagerInterface createNewsManager()Creates a new NewsManagerInterface from the Market Data Manager.
com.apama.md.user.OrderbookManagerInterface createOrderbookManager()Creates a new OrderbookManagerInterface from the Market Data Manager.
com.apama.md.user.QuotebookManagerInterface createQuotebookManager()Creates a new QuotebookManagerInterface from the Market Data Manager.
com.apama.md.user.TradeManagerInterface createTradeManager()Creates a new TradeManagerInterface from the Market Data Manager.
com.apama.md.client.ApiInterface getApiInterface()Returns the underlying client Api interface required when constructing bespoke market data sources .
integer getSessionId()Returns the sessionId that the MDManager was created with.
boolean hasA()Check if the datasource we created the Market Data Manager with supports an AggregatedBook datastream.
boolean hasBBA()Check if the datasource we created the Market Data Manager with supports a BBA datastream.
boolean hasDatastream(string streamType)Check if the datasource we created the Market Data Manager with supports the supplied datastream.
boolean hasDepth()Check if the datasource we created the Market Data Manager with supports a Depth datastream.
boolean hasEP()Check if the datasource we created the Market Data Manager with supports an EP datastream.
boolean hasNews()Check if the datasource we created the Market Data Manager with supports a News datastream.
boolean hasOrderbook()Check if the datasource we created the Market Data Manager with supports an Orderbook datastream.
boolean hasQuotebook()Check if the datasource we created the Market Data Manager with supports a Quotebook datastream.
boolean hasTrade()Check if the datasource we created the Market Data Manager with supports a Trade datastream.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |