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)