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