Class OrderExecutedEvent

java.lang.Object
velox.api.layer1.datastructure.events.Event
velox.api.layer1.datastructure.events.OrderExecutedEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, CloneableSerializable, CustomGeneratedEvent

public class OrderExecutedEvent
extends Event
Information about order execution.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String alias
    Alias of an instrument execution belongs to
    ExecutionInfo executionInfo
    Information about the order execution

    Fields inherited from class velox.api.layer1.datastructure.events.Event

    eventType, time
  • Constructor Summary

    Constructors 
    Constructor Description
    OrderExecutedEvent​(long t, ExecutionInfo executionInfo, java.lang.String alias)  
    OrderExecutedEvent​(OrderExecutedEvent event)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()  
    java.lang.String toString()  

    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