FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
integer |
addTradeUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentTradeInterface> userOnAllTrade)
This function is called by the user to register an update callback function for a specific symbol. |
void |
connect(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)
This function is called by the user to connect to a previously created data stream interface for a specific symbol. |
void |
connectWithoutCache(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)
This function is called by the user to connect to a previously created data stream interface for a specific symbol. |
void |
disconnect(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.adapter.ConnectionKey> success, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> failure)
This function is called by the user to disconnect a specific symbol from the data stream. |
sequence<com.apama.md.adapter.ConnectionKey> |
getConnectionList()
Helper function to return a sequence of the current connection keys. |
sequence<com.apama.md.adapter.ConnectionKey> |
getConnectionListForSymbol(string symbol)
Helper function to return a sequence of the potential connection keys for any connections with a specified symbol name. |
com.apama.session.CtrlParamsSchema |
getCtrlParamSchema()
Helper function to provide access to the control parameters for this data stream. |
com.apama.md.client.CurrentTradeInterface |
getCurrentTrade(com.apama.md.adapter.ConnectionKey connKey)
Helper function to return the current Trade interface. |
boolean |
hasData(com.apama.md.adapter.ConnectionKey connKey)
Helper function to determine whether any data has been received yet. |
boolean |
removeTradeCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)
This function is called by the user to remove an update callback based on the reference that was returned when it was added. |
Action detail |
---|
integer addTradeUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentTradeInterface> userOnAllTrade)This function is called by the user to register an update callback function for a specific symbol.
void connect(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)This function is called by the user to connect to a previously created data stream interface for a specific symbol.
void connectWithoutCache(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)This function is called by the user to connect to a previously created data stream interface for a specific symbol.
void disconnect(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.adapter.ConnectionKey> success, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> failure)This function is called by the user to disconnect a specific symbol from the data stream.
sequence<com.apama.md.adapter.ConnectionKey> getConnectionList()Helper function to return a sequence of the current connection keys.
sequence<com.apama.md.adapter.ConnectionKey> getConnectionListForSymbol(string symbol)Helper function to return a sequence of the potential connection keys for any connections with a specified symbol name.
com.apama.session.CtrlParamsSchema getCtrlParamSchema()Helper function to provide access to the control parameters for this data stream.
com.apama.md.client.CurrentTradeInterface getCurrentTrade(com.apama.md.adapter.ConnectionKey connKey)Helper function to return the current Trade interface.
boolean hasData(com.apama.md.adapter.ConnectionKey connKey)Helper function to determine whether any data has been received yet.
boolean removeTradeCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)This function is called by the user to remove an update callback based on the reference that was returned when it was added.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |