Package velox.api.layer1.data
Class ExecutionInfo
java.lang.Object
velox.api.layer1.data.ExecutionInfo
- All Implemented Interfaces:
Serializable
Information about order execution
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutionInfo(String orderId, int size, double price, String executionId, long time) ExecutionInfo(String orderId, int size, double price, String executionId, long time, boolean isSimulated) ExecutionInfo(ExecutionInfo executionInfo) -
Method Summary
-
Field Details
-
orderId
-
size
public final int sizeSize of the execution -
price
public final double pricePrice where execution happened -
executionId
Execution ID -
time
public final long timeTime when execution happened -
isSimulated
public final boolean isSimulatedTrue if execution is simulated by Bookmap.
-
-
Constructor Details
-
ExecutionInfo
-
ExecutionInfo
-
ExecutionInfo
-
-
Method Details