Class MboAggregationEvent
java.lang.Object
velox.api.layer1.datastructure.events.Event
velox.api.layer1.datastructure.events.MboAggregationEvent
- All Implemented Interfaces:
Serializable,Cloneable,CloneableSerializable,CustomGeneratedEvent
Aggregation of MBO data in some time interval
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionNew orders submitted in this period.Order updates. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
newOrders
New orders submitted in this period. Key is order id. -
updates
Order updates. Key is order id.
-
-
Constructor Details
-
MboAggregationEvent
public MboAggregationEvent(long time)
-
-
Method Details