Package velox.api.layer1.data
Class OrderInfo
java.lang.Object
velox.api.layer1.data.OrderInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OrderInfoUpdate
Cumulative information about the order
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doublefinal Stringfinal booleanfinal OrderDurationfinal intfinal Stringfinal booleanfinal booleanOrder can be duplicated in case of crosstradingfinal booleanfinal doublefinal longfinal Stringfinal OrderStatusfinal doublefinal booleanfinal OrderTypefinal int -
Constructor Summary
ConstructorsConstructorDescriptionOrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime) OrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime, boolean isSimulated) OrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime, boolean isSimulated, boolean isDuplicate) -
Method Summary
-
Field Details
-
instrumentAlias
-
orderId
-
isBuy
public final boolean isBuy -
type
-
clientId
-
doNotIncrease
public final boolean doNotIncrease -
filled
public final int filled -
unfilled
public final int unfilled -
averageFillPrice
public final double averageFillPrice -
duration
-
status
-
limitPrice
public final double limitPrice -
stopPrice
public final double stopPrice -
stopTriggered
public final boolean stopTriggered -
modificationUtcTime
public final long modificationUtcTime -
isSimulated
public final boolean isSimulated -
isDuplicate
public final boolean isDuplicateOrder can be duplicated in case of crosstrading
-
-
Constructor Details
-
OrderInfo
public OrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime) -
OrderInfo
public OrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime, boolean isSimulated) -
OrderInfo
public OrderInfo(String instrumentAlias, String orderId, boolean isBuy, OrderType type, String clientId, boolean doNotIncrease, int filled, int unfilled, double averageFillPrice, OrderDuration duration, OrderStatus status, double limitPrice, double stopPrice, boolean stopTriggered, long modificationUtcTime, boolean isSimulated, boolean isDuplicate)
-