public class IcebergOrder extends Object
Constructor and Description |
---|
IcebergOrder(long id,
Instant date,
Type side,
BigDecimal tradeValue,
BigDecimal singleAvg,
BigDecimal depthRange,
BigDecimal protectedPrice,
BigDecimal filled,
Status status) |
Modifier and Type | Method and Description |
---|---|
Instant |
getDate() |
BigDecimal |
getDepthRange() |
BigDecimal |
getFilled() |
long |
getId() |
BigDecimal |
getProtectedPrice() |
Type |
getSide() |
BigDecimal |
getSingleAvg() |
Status |
getStatus() |
BigDecimal |
getTradeValue() |
String |
toString() |
public IcebergOrder(long id, Instant date, Type side, BigDecimal tradeValue, BigDecimal singleAvg, BigDecimal depthRange, BigDecimal protectedPrice, BigDecimal filled, Status status)
public long getId()
public Instant getDate()
public Type getSide()
public BigDecimal getTradeValue()
public BigDecimal getSingleAvg()
public BigDecimal getDepthRange()
public BigDecimal getProtectedPrice()
public BigDecimal getFilled()
public Status getStatus()
Copyright © 2013–2017. All rights reserved.