Class OrderUpdatesExecutionsAggregationEvent

java.lang.Object
velox.api.layer1.datastructure.events.Event
velox.api.layer1.datastructure.events.OrderUpdatesExecutionsAggregationEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, CloneableSerializable, CustomGeneratedEvent

public class OrderUpdatesExecutionsAggregationEvent
extends Event
Keeps info about all updates and executions that happened to orders
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<Event> orderUpdates
    List of updates.

    Fields inherited from class velox.api.layer1.datastructure.events.Event

    eventType, time
  • Constructor Summary

    Constructors 
    Constructor Description
    OrderUpdatesExecutionsAggregationEvent​(long time)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()  

    Methods inherited from class velox.api.layer1.datastructure.events.Event

    getTime

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait