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()