OrderUpdatesExecutionsAggregationEvent
Package: velox.api.layer1.datastructure.events
Type: Class
Inheritance: java.lang.Object → velox.api.layer1.datastructure.events.Event → OrderUpdatesExecutionsAggregationEvent
All Implemented Interfaces: Serializable, Cloneable, CloneableSerializable, CustomGeneratedEvent
Description​
Keeps info about all updates and executions that happened to orders
See Also:
- Serialized Form
Fields​
orderUpdates​
public final List<Event> orderUpdates
List of updates. Will only contain OrderUpdatedEvent and OrderExecutedEvent
Inherited Fields from Event:
eventTypetime
Constructors​
OrderUpdatesExecutionsAggregationEvent​
public OrderUpdatesExecutionsAggregationEvent(long time)
Methods​
clone​
public Object clone()
Specified by:
clonein interfaceCloneableSerializableclonein classEvent
Inherited Methods from Event:
getTime()
Inherited Methods from Object:
equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)