Class MboAggregationEvent
java.lang.Object
velox.api.layer1.datastructure.events.Event
velox.api.layer1.datastructure.events.MboAggregationEvent
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,CloneableSerializable,CustomGeneratedEvent
public class MboAggregationEvent extends Event
Aggregation of MBO data in some time interval
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMboAggregationEvent.Orderstatic classMboAggregationEvent.PriceSizeUpdate -
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,MboAggregationEvent.Order>newOrdersNew orders submitted in this period.java.util.Map<java.lang.String,MboAggregationEvent.PriceSizeUpdate>updatesOrder updates. -
Constructor Summary
Constructors Constructor Description MboAggregationEvent(long time) -
Method Summary
-
Field Details
-
Constructor Details
-
MboAggregationEvent
public MboAggregationEvent(long time)
-
-
Method Details