Skip to main content

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:

  • eventType
  • time

Constructorsโ€‹

OrderExecutedEventโ€‹

public OrderExecutedEvent(long t, ExecutionInfo executionInfo, String alias)

OrderExecutedEventโ€‹

public OrderExecutedEvent(OrderExecutedEvent event)

Methodsโ€‹

cloneโ€‹

public Object clone()

Specified by:

  • clone in interface CloneableSerializable
  • clone in class Event

toStringโ€‹

public String toString()

Overrides:

  • toString in class Object

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