public class OrderExecutedEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
alias
Alias of an instrument execution belongs to
|
ExecutionInfo |
executionInfo
Information about the order execution
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
OrderExecutedEvent(long t,
ExecutionInfo executionInfo,
java.lang.String alias) |
OrderExecutedEvent(OrderExecutedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
toString() |
private static final long serialVersionUID
public java.lang.String alias
public ExecutionInfo executionInfo
public OrderExecutedEvent(long t,
ExecutionInfo executionInfo,
java.lang.String alias)
public OrderExecutedEvent(OrderExecutedEvent event)
public java.lang.Object clone()
clone in interface CloneableSerializableclone in class Eventpublic java.lang.String toString()
toString in class java.lang.Object