public class CoinfloorCancelOrder extends Object
Constructor and Description |
---|
CoinfloorCancelOrder(int tag,
int errorCode,
int base,
int counter,
int quantity,
int price) |
Modifier and Type | Method and Description |
---|---|
CoinfloorUtils.CoinfloorCurrency |
getBase() |
CoinfloorUtils.CoinfloorCurrency |
getCounter() |
int |
getErrorCode() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
int |
getTag() |
String |
toString() |
public CoinfloorCancelOrder(int tag, int errorCode, int base, int counter, int quantity, int price)
public int getTag()
public int getErrorCode()
public CoinfloorUtils.CoinfloorCurrency getBase()
public CoinfloorUtils.CoinfloorCurrency getCounter()
public BigDecimal getQuantity()
public BigDecimal getPrice()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.