Skip to main content

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.Order
  • MboAggregationEvent.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:

  • eventType
  • time

Constructorsโ€‹

MboAggregationEventโ€‹

public MboAggregationEvent(long time)

Methodsโ€‹

toStringโ€‹

public String toString()

Overrides: toString in class Object

cloneโ€‹

public Object clone()

Specified by:

  • clone in interface CloneableSerializable
  • clone in class Event

Inherited from Event:

  • getTime()

Inherited from Object:

  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • wait()
  • wait(long)
  • wait(long, int)