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