com.apama.md.client
Event CurrentAggregatedBookInterface


Provides interfaces to read the contents of the aggregated book (only available when such data is available).
Member Summary
 action< > returns stringgetSymbol

Returns the ticker symbol.
 action< > returns com.apama.md.adapter.ConnectionKeygetConnectionKey

Returns the ConnectionKey associated with this event.
 action< > returns integergetLastChangedSessionId

Get the ID of the session that updated last.
 action< > returns com.apama.md.client.AggregatedBookListInterfacegetBids

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.AggregatedBookListInterfacegetAsks

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.EPValuesInterfacegetEPValuesInterface

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.EPSchemaInterfacegetEPSchemaInterface

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.CurrentBBAInterfacegetBBA

Returns the current BBA event for this AggregatedBook.
 action< > returns dictionary<integer, float >getTimestamp

Returns the timestamp associated with this event.
 
Member Detail

getAllXEPKeys

action< > returns sequence<com.apama.md.XEPKey > getAllXEPKeys
Returns a sequence of all XEPKeys.

getAsks

action< > returns com.apama.md.client.AggregatedBookListInterface getAsks
Get the list of Ask orders in the aggregated book.

getBBA

action< > returns com.apama.md.client.CurrentBBAInterface getBBA
Returns the current BBA event for this AggregatedBook.

getBids

action< > returns com.apama.md.client.AggregatedBookListInterface getBids
Get the list of Bid entries in the aggregated book.

getConnectionKey

action< > returns com.apama.md.adapter.ConnectionKey getConnectionKey
Returns the ConnectionKey associated with this event.

getEPSchemaInterface

action<com.apama.md.XEPKey > returns com.apama.md.client.EPSchemaInterface getEPSchemaInterface
Returns the Extra Param schema interface for a specific XEPKey.
See Also:
getEPValuesInterface - 

getEPValuesInterface

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().
See Also:
getEPSchemaInterface - 

getLastChangedSessionId

action< > returns integer getLastChangedSessionId
Get the ID of the session that updated last.

getRawAsks

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.

getRawBids

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.

getSymbol

action< > returns string getSymbol
Returns the ticker symbol.

getTimestamp

action< > returns dictionary<integer, float > getTimestamp
Returns the timestamp associated with this event.