Class BatchOrderResult
java.lang.Object
org.knowm.xchange.cryptofacilities.dto.CryptoFacilitiesResult
org.knowm.xchange.cryptofacilities.dto.trade.BatchOrderResult
public class BatchOrderResult extends CryptoFacilitiesResult
-
Constructor Summary
Constructors Constructor Description BatchOrderResult(String result, String strServerTime, String error, List<BatchStatus> batchStatus)
-
Method Summary
Modifier and Type Method Description List<BatchStatus>
getBatchStatus()
String
toString()
Methods inherited from class org.knowm.xchange.cryptofacilities.dto.CryptoFacilitiesResult
isSuccess
-
Constructor Details
-
BatchOrderResult
public BatchOrderResult(String result, String strServerTime, String error, List<BatchStatus> batchStatus) throws ParseException- Throws:
ParseException
-
-
Method Details
-
getBatchStatus
-
toString
- Overrides:
toString
in classCryptoFacilitiesResult
-