MboAggregationEvent
Package: velox.api.layer1.datastructure.events
Type: Class
Inheritance: java.lang.Object → velox.api.layer1.datastructure.events.Event → MboAggregationEvent
All Implemented Interfaces: Serializable, Cloneable, CloneableSerializable, CustomGeneratedEvent
Description​
Aggregation of MBO data in some time interval
See Also:
- Serialized Form
Nested Classes​
MboAggregationEvent.OrderMboAggregationEvent.PriceSizeUpdate
Fields​
newOrders​
public Map<String, MboAggregationEvent.Order> newOrders
New orders submitted in this period. Key is order id.
updates​
public Map<String, MboAggregationEvent.PriceSizeUpdate> updates
Order updates. Key is order id.
Inherited from Event:
eventTypetime
Constructors​
MboAggregationEvent​
public MboAggregationEvent(long time)
Methods​
toString​
public String toString()
Overrides: toString in class Object
clone​
public Object clone()
Specified by:
clonein interfaceCloneableSerializableclonein classEvent
Inherited from Event:
getTime()
Inherited from Object:
equals(Object)finalize()getClass()hashCode()notify()notifyAll()wait()wait(long)wait(long, int)