FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns integer | getSessionId
Returns the sessionId that the MDManager was created with. |
action< > returns com.apama.md.user.BBAManagerInterface | createBBAManager
Creates a new BBAManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.TradeManagerInterface | createTradeManager
Creates a new TradeManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.OrderbookManagerInterface | createOrderbookManager
Creates a new OrderbookManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.AggregatedBookManagerInterface | createAggregatedBookManager
Creates a new AggregatedBookManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.DepthManagerInterface | createDepthManager
Creates a new DepthManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.QuotebookManagerInterface | createQuotebookManager
Creates a new QuotebookManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.EPManagerInterface | createEPManager
Creates a new EPManagerInterface from the Market Data Manager. |
action< > returns com.apama.md.user.NewsManagerInterface | createNewsManager
Creates a new NewsManagerInterface from the Market Data Manager. |
action< > returns boolean | hasBBA
Check if the datasource we created the Market Data Manager with supports a BBA datastream. |
action< > returns boolean | hasTrade
Check if the datasource we created the Market Data Manager with supports a Trade datastream. |
action< > returns boolean | hasOrderbook
Check if the datasource we created the Market Data Manager with supports an Orderbook datastream. |
action< > returns boolean | hasDepth
Check if the datasource we created the Market Data Manager with supports a Depth datastream. |
action< > returns boolean | hasQuotebook
Check if the datasource we created the Market Data Manager with supports a Quotebook datastream. |
action< > returns boolean | hasA
Check if the datasource we created the Market Data Manager with supports an AggregatedBook datastream. |
action< > returns boolean | hasEP
Check if the datasource we created the Market Data Manager with supports an EP datastream. |
action< > returns boolean | hasNews
Check if the datasource we created the Market Data Manager with supports an News datastream. |
action<string > returns boolean | hasDatastream
Check if the datasource we created the Market Data Manager with supports the supplied datastream type. |
action< > returns com.apama.md.client.ApiInterface | getApiInterface
Returns the underlying client Api interface required when constructing bespoke market data sources . |
Member Detail |
---|
action< > returns com.apama.md.user.AggregatedBookManagerInterface createAggregatedBookManagerCreates a new AggregatedBookManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.BBAManagerInterface createBBAManagerCreates a new BBAManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.DepthManagerInterface createDepthManagerCreates a new DepthManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.EPManagerInterface createEPManagerCreates a new EPManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.NewsManagerInterface createNewsManagerCreates a new NewsManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.OrderbookManagerInterface createOrderbookManagerCreates a new OrderbookManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.QuotebookManagerInterface createQuotebookManagerCreates a new QuotebookManagerInterface from the Market Data Manager.
action< > returns com.apama.md.user.TradeManagerInterface createTradeManagerCreates a new TradeManagerInterface from the Market Data Manager.
action< > returns com.apama.md.client.ApiInterface getApiInterfaceReturns the underlying client Api interface required when constructing bespoke market data sources .
action< > returns integer getSessionIdReturns the sessionId that the MDManager was created with.
action< > returns boolean hasACheck if the datasource we created the Market Data Manager with supports an AggregatedBook datastream.
action< > returns boolean hasBBACheck if the datasource we created the Market Data Manager with supports a BBA datastream.
action<string > returns boolean hasDatastreamCheck if the datasource we created the Market Data Manager with supports the supplied datastream type.
action< > returns boolean hasDepthCheck if the datasource we created the Market Data Manager with supports a Depth datastream.
action< > returns boolean hasEPCheck if the datasource we created the Market Data Manager with supports an EP datastream.
action< > returns boolean hasNewsCheck if the datasource we created the Market Data Manager with supports an News datastream.
action< > returns boolean hasOrderbookCheck if the datasource we created the Market Data Manager with supports an Orderbook datastream.
action< > returns boolean hasQuotebookCheck if the datasource we created the Market Data Manager with supports a Quotebook datastream.
action< > returns boolean hasTradeCheck 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 |