public final class CryptonitOrder extends Object
Data object representing a Trade from Cryptonit
Constructor and Description |
---|
CryptonitOrder(String type,
String bid_currency,
String ask_currency,
BigDecimal bid_amount,
BigDecimal ask_amount,
BigDecimal ask_rate,
BigDecimal bid_rate,
long created,
long filled) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAskAmount() |
String |
getAskCurrency() |
BigDecimal |
getAskRate() |
BigDecimal |
getBidAmount() |
String |
getBidCurrency() |
BigDecimal |
getBidRate() |
long |
getCreated() |
long |
getFilled() |
String |
getType() |
String |
toString() |
public CryptonitOrder(String type, String bid_currency, String ask_currency, BigDecimal bid_amount, BigDecimal ask_amount, BigDecimal ask_rate, BigDecimal bid_rate, long created, long filled)
type
- bid_currency
- ask_currency
- bid_amount
- ask_amount
- ask_rate
- bid_rate
- created
- filled
- public String getType()
public String getBidCurrency()
public String getAskCurrency()
public BigDecimal getBidAmount()
public BigDecimal getAskAmount()
public BigDecimal getAskRate()
public long getCreated()
public long getFilled()
public BigDecimal getBidRate()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.