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)