OrderExecutedEvent
Package: velox.api.layer1.datastructure.events
Type: Class
Inheritance: java.lang.Object รขโ โ velox.api.layer1.datastructure.events.Event รขโ โ OrderExecutedEvent
All Implemented Interfaces: Serializable, Cloneable, CloneableSerializable, CustomGeneratedEvent
Descriptionโ
Information about order execution.
See Also:
- Serialized Form
Fieldsโ
aliasโ
public String alias
Alias of an instrument execution belongs to
executionInfoโ
public ExecutionInfo executionInfo
Information about the order execution
Fields inherited from class velox.api.layer1.datastructure.events.Event:
eventTypetime
Constructorsโ
OrderExecutedEventโ
public OrderExecutedEvent(long t, ExecutionInfo executionInfo, String alias)
OrderExecutedEventโ
public OrderExecutedEvent(OrderExecutedEvent event)
Methodsโ
cloneโ
public Object clone()
Specified by:
clonein interfaceCloneableSerializableclonein classEvent
toStringโ
public String toString()
Overrides:
toStringin classObject
Methods inherited from class velox.api.layer1.datastructure.events.Event:
getTime
Methods inherited from class java.lang.Object:
equals,finalize,getClass,hashCode,notify,notifyAll,wait,wait,wait