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>orderUpdatesList of updates. -
Constructor Summary
Constructors Constructor Description OrderUpdatesExecutionsAggregationEvent(long time) -
Method Summary
Modifier and Type Method Description java.lang.Objectclone()
-
Field Details
-
orderUpdates
List of updates. Will only containOrderUpdatedEventandOrderExecutedEvent
-
-
Constructor Details
-
OrderUpdatesExecutionsAggregationEvent
public OrderUpdatesExecutionsAggregationEvent(long time)
-
-
Method Details
-
clone
public java.lang.Object clone()- Specified by:
clonein interfaceCloneableSerializable- Specified by:
clonein classEvent
-