FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns string | getSymbol
Returns the ticker symbol. |
action< > returns com.apama.md.adapter.ConnectionKey | getConnectionKey
Returns the ConnectionKey associated with this event. |
action< > returns integer | getLastChangedSessionId
Get the ID of the session that updated last. |
action< > returns com.apama.md.client.AggregatedBookListInterface | getBids
Get the list of Bid entries in the aggregated book. |
action< > returns sequence<com.apama.md.client.AggEntry > | getRawBids
Get the list of Bid orders in the aggregated book. Note that this operation returns a reference to the data rather than a copy. |
action< > returns com.apama.md.client.AggregatedBookListInterface | getAsks
Get the list of Ask orders in the aggregated book. |
action< > returns sequence<com.apama.md.client.AggEntry > | getRawAsks
Get the list of Ask orders in the aggregated book. Note that this operation returns a reference to the data rather than a copy. |
action<com.apama.md.XEPKey > returns com.apama.md.client.EPValuesInterface | getEPValuesInterface
Returns the extra param values interface for a specific XEPKey. Use in conjunction with the Schema returned in getEPSchemaInterface(). |
action<com.apama.md.XEPKey > returns com.apama.md.client.EPSchemaInterface | getEPSchemaInterface
Returns the Extra Param schema interface for a specific XEPKey. |
action< > returns sequence<com.apama.md.XEPKey > | getAllXEPKeys
Returns a sequence of all XEPKeys. |
action< > returns com.apama.md.client.CurrentBBAInterface | getBBA
Returns the current BBA event for this AggregatedBook. |
action< > returns dictionary<integer, float > | getTimestamp
Returns the timestamp associated with this event. |
Member Detail |
---|
action< > returns sequence<com.apama.md.XEPKey > getAllXEPKeysReturns a sequence of all XEPKeys.
action< > returns com.apama.md.client.AggregatedBookListInterface getAsksGet the list of Ask orders in the aggregated book.
action< > returns com.apama.md.client.CurrentBBAInterface getBBAReturns the current BBA event for this AggregatedBook.
action< > returns com.apama.md.client.AggregatedBookListInterface getBidsGet the list of Bid entries in the aggregated book.
action< > returns com.apama.md.adapter.ConnectionKey getConnectionKeyReturns the ConnectionKey associated with this event.
action<com.apama.md.XEPKey > returns com.apama.md.client.EPSchemaInterface getEPSchemaInterfaceReturns the Extra Param schema interface for a specific XEPKey.
action<com.apama.md.XEPKey > returns com.apama.md.client.EPValuesInterface getEPValuesInterfaceReturns the extra param values interface for a specific XEPKey. Use in conjunction with the Schema returned in getEPSchemaInterface().
action< > returns integer getLastChangedSessionIdGet the ID of the session that updated last.
action< > returns sequence<com.apama.md.client.AggEntry > getRawAsksGet the list of Ask orders in the aggregated book. Note that this operation returns a reference to the data rather than a copy.
action< > returns sequence<com.apama.md.client.AggEntry > getRawBidsGet the list of Bid orders in the aggregated book. Note that this operation returns a reference to the data rather than a copy.
action< > returns string getSymbolReturns the ticker symbol.
action< > returns dictionary<integer, float > getTimestampReturns the timestamp associated with this event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |