FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError>, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> | connect
Connect to the Quotebook Manager Interface and create an instance of the Quotebook Manager. |
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError>, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> | connectWithoutCache
Connect to the Quotebook Manager Interface without cache and create an instance of the Quotebook Manager. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> | disconnect
Disconnect from the Quotebook Manager. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentQuotebookInterface>> returns integer | addUpdateCallback
Responds on every Quotebook update associated with this interface. |
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean | removeCallback
Provides the user a mechanism to remove the on all listeners. |
action<> returns com.apama.session.CtrlParamsSchema | getCtrlParamSchema
Provides the user a mechanism to access the control parameters that are returned from the data stream creation. |
action<com.apama.md.adapter.ConnectionKey> returns boolean | hasData
This function allows the Manager object to determine whether any data has been received for this connection. |
action<com.apama.md.adapter.ConnectionKey> returns com.apama.md.client.CurrentQuotebookInterface | getCurrentQuotebook
Returns the current Quotebook interface for the specified symbol. |
action<com.apama.md.adapter.ConnectionKey> returns integer | requestQuote
Provides the user a mechanism to Request For Quote (RFQ). |
action<> returns sequence<com.apama.md.adapter.ConnectionKey> | getConnectionList
Returns a sequence of the current connection keys. |
action<string> returns sequence<com.apama.md.adapter.ConnectionKey> | getConnectionListForSymbol
Returns a sequence of the potential connection keys for any connections with a specified symbol name. |
Member detail |
---|
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentQuotebookInterface>> returns integer addUpdateCallbackResponds on every Quotebook update associated with this interface.
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError>, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> connectConnect to the Quotebook Manager Interface and create an instance of the Quotebook Manager.
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError>, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> connectWithoutCacheConnect to the Quotebook Manager Interface without cache and create an instance of the Quotebook Manager.
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.adapter.ConnectionKey>, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error>> disconnectDisconnect from the Quotebook Manager.
action<> returns sequence<com.apama.md.adapter.ConnectionKey> getConnectionListReturns a sequence of the current connection keys.
action<string> returns sequence<com.apama.md.adapter.ConnectionKey> getConnectionListForSymbolReturns a sequence of the potential connection keys for any connections with a specified symbol name.
action<> returns com.apama.session.CtrlParamsSchema getCtrlParamSchemaProvides the user a mechanism to access the control parameters that are returned from the data stream creation.
action<com.apama.md.adapter.ConnectionKey> returns com.apama.md.client.CurrentQuotebookInterface getCurrentQuotebookReturns the current Quotebook interface for the specified symbol.
action<com.apama.md.adapter.ConnectionKey> returns boolean hasDataThis function allows the Manager object to determine whether any data has been received for this connection.
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean removeCallbackProvides the user a mechanism to remove the on all listeners.
action<com.apama.md.adapter.ConnectionKey> returns integer requestQuoteProvides the user a mechanism to Request For Quote (RFQ).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |