public class TheRockOrder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TheRockOrder.Side |
static class |
TheRockOrder.Type |
Modifier | Constructor and Description |
---|---|
protected |
TheRockOrder() |
|
TheRockOrder(TheRock.Pair fundId,
TheRockOrder.Side side,
TheRockOrder.Type type,
BigDecimal amount,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
BigDecimal |
getAmountUnfilled() |
TheRock.Pair |
getFundId() |
Long |
getId() |
BigDecimal |
getPrice() |
TheRockOrder.Side |
getSide() |
String |
getStatus() |
TheRockOrder.Type |
getType() |
String |
toString() |
protected TheRockOrder()
public TheRockOrder(TheRock.Pair fundId, TheRockOrder.Side side, TheRockOrder.Type type, BigDecimal amount, BigDecimal price)
public Long getId()
public TheRockOrder.Side getSide()
public TheRockOrder.Type getType()
public BigDecimal getAmount()
public BigDecimal getAmountUnfilled()
public BigDecimal getPrice()
public TheRock.Pair getFundId()
public String getStatus()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.