public class LgoUserSnapshotData extends Object
| Constructor and Description |
|---|
LgoUserSnapshotData(BigDecimal quantity,
BigDecimal price,
String side,
BigDecimal remainingQuantity,
String orderId,
String orderType,
Date orderCreationTime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getOrderCreationTime() |
String |
getOrderId() |
String |
getOrderType() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
BigDecimal |
getRemainingQuantity() |
String |
getSide() |
public LgoUserSnapshotData(BigDecimal quantity, BigDecimal price, String side, BigDecimal remainingQuantity, String orderId, String orderType, Date orderCreationTime)
public String getOrderId()
public String getOrderType()
public BigDecimal getPrice()
public String getSide()
public BigDecimal getQuantity()
public BigDecimal getRemainingQuantity()
public Date getOrderCreationTime()
Copyright © 2020. All rights reserved.