Skip to main content

ExecutionInfo

Package: velox.api.layer1.data

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ velox.api.layer1.data.ExecutionInfo

All Implemented Interfaces: java.io.Serializable

Descriptionโ€‹

Information about order execution

See Also:

  • Serialized Form

Fieldsโ€‹

orderIdโ€‹

public final String orderId

sizeโ€‹

public final int size

Size of the execution

priceโ€‹

public final double price

Price where execution happened

executionIdโ€‹

public final String executionId

Execution ID

timeโ€‹

public final long time

Time when execution happened

isSimulatedโ€‹

public final boolean isSimulated

True if execution is simulated by Bookmap.

Constructorsโ€‹

ExecutionInfoโ€‹

public ExecutionInfo(String orderId, int size, double price, String executionId, long time)

ExecutionInfoโ€‹

public ExecutionInfo(String orderId, int size, double price, String executionId, long time, boolean isSimulated)

ExecutionInfoโ€‹

public ExecutionInfo(ExecutionInfo executionInfo)

Methodsโ€‹

toStringโ€‹

public String toString()

Overrides: toString in class Object

toBuilderโ€‹

public ExecutionInfoBuilder toBuilder()