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.StringaliasAlias of an instrument execution belongs toExecutionInfoexecutionInfoInformation about the order execution -
Constructor Summary
Constructors Constructor Description OrderExecutedEvent(long t, ExecutionInfo executionInfo, java.lang.String alias)OrderExecutedEvent(OrderExecutedEvent event) -
Method Summary
-
Field Details
-
alias
public java.lang.String aliasAlias of an instrument execution belongs to -
executionInfo
Information about the order execution
-
-
Constructor Details
-
Method Details