public class CoinfloorOrderbook extends Object
| Constructor and Description |
|---|
CoinfloorOrderbook(int tag,
int errorCode,
List<CoinfloorOrder> orders)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
List<CoinfloorOrder> |
getOrders() |
int |
getTag() |
String |
toString() |
public CoinfloorOrderbook(int tag,
int errorCode,
List<CoinfloorOrder> orders)
balance - op - amount - public int getTag()
public int getErrorCode()
public List<CoinfloorOrder> getOrders()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.