com.apama.md.agg
Event AggregatorDataForBBA


Data required for aggregation of data on one symbol.
Since:
CMF 2.1.0

Member Summary
 com.apama.md.BBAoutput

The best bid and ask most recently reported.
 dictionary<com.apama.md.agg.SessionSymbolKey, com.apama.md.BBA >latestBBAs

The latest BBA values on each of the component feeds, indexed by session ID.
 sequence<com.apama.md.BBA >bbaQueue

A queue of data ready to be output once connection is completed.
 com.apama.md.agg.AggregatorDataCommoncommon

This event object contains data common to a connection to the Aggregator.
 
Member Detail

bbaQueue

sequence<com.apama.md.BBA > bbaQueue
A queue of data ready to be output once connection is completed.

common

com.apama.md.agg.AggregatorDataCommon common
This event object contains data common to a connection to the Aggregator.

latestBBAs

dictionary<com.apama.md.agg.SessionSymbolKey, com.apama.md.BBA > latestBBAs
The latest BBA values on each of the component feeds, indexed by session ID.

output

com.apama.md.BBA output
The best bid and ask most recently reported.