public final class MyOpenOrders extends CampBXResponse
Constructor and Description |
---|
MyOpenOrders() |
Modifier and Type | Method and Description |
---|---|
List<CampBXOrder> |
getBuy() |
List<CampBXOrder> |
getSell() |
void |
setBuy(List<CampBXOrder> Buy) |
void |
setSell(List<CampBXOrder> Sell) |
String |
toString() |
getError, getInfo, getSuccess, isError, isInfo, isSuccess
public List<CampBXOrder> getBuy()
public void setBuy(List<CampBXOrder> Buy)
public List<CampBXOrder> getSell()
public void setSell(List<CampBXOrder> Sell)
public String toString()
toString
in class CampBXResponse
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.