public class MeXBTOpenOrder extends Object
Constructor and Description |
---|
MeXBTOpenOrder(long serverOrderId,
long accountId,
BigDecimal price,
BigDecimal qtyTotal,
BigDecimal qtyRemaining,
Date receiveTime,
int side) |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId() |
BigDecimal |
getPrice() |
BigDecimal |
getQtyRemaining() |
BigDecimal |
getQtyTotal() |
Date |
getReceiveTime() |
long |
getServerOrderId() |
int |
getSide() |
public MeXBTOpenOrder(long serverOrderId, long accountId, BigDecimal price, BigDecimal qtyTotal, BigDecimal qtyRemaining, Date receiveTime, int side)
public long getServerOrderId()
public long getAccountId()
public BigDecimal getPrice()
public BigDecimal getQtyTotal()
public BigDecimal getQtyRemaining()
public Date getReceiveTime()
public int getSide()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.