Package org.knowm.xchange.ccex.dto.trade
Class CCEXGetorderhistoryResponse
java.lang.Object
org.knowm.xchange.ccex.dto.trade.CCEXGetorderhistoryResponse
public class CCEXGetorderhistoryResponse extends Object
-
Constructor Summary
Constructors Constructor Description CCEXGetorderhistoryResponse(boolean success, String message, List<CCEXOrderhistory> result)
-
Method Summary
Modifier and Type Method Description String
getMessage()
List<CCEXOrderhistory>
getResult()
boolean
isSuccess()
void
setMessage(String message)
void
setResult(List<CCEXOrderhistory> result)
void
setSuccess(boolean success)
String
toString()