Class LgoUserSnapshotData
java.lang.Object
info.bitrich.xchangestream.lgo.dto.LgoUserSnapshotData
-
Constructor Summary
ConstructorDescriptionLgoUserSnapshotData
(BigDecimal quantity, BigDecimal price, String side, BigDecimal remainingQuantity, String orderId, String orderType, Date orderCreationTime) -
Method Summary
-
Constructor Details
-
LgoUserSnapshotData
public LgoUserSnapshotData(BigDecimal quantity, BigDecimal price, String side, BigDecimal remainingQuantity, String orderId, String orderType, Date orderCreationTime)
-
-
Method Details
-
getOrderId
-
getOrderType
-
getPrice
-
getSide
-
getQuantity
-
getRemainingQuantity
-
getOrderCreationTime
-