Uses of Class
org.knowm.xchange.cryptofacilities.dto.trade.BatchStatus
-
Packages that use BatchStatus Package Description org.knowm.xchange.cryptofacilities.dto.trade -
-
Uses of BatchStatus in org.knowm.xchange.cryptofacilities.dto.trade
Methods in org.knowm.xchange.cryptofacilities.dto.trade that return types with arguments of type BatchStatus Modifier and Type Method Description List<BatchStatus>
BatchOrderResult. getBatchStatus()
Constructor parameters in org.knowm.xchange.cryptofacilities.dto.trade with type arguments of type BatchStatus Constructor Description BatchOrderResult(String result, String strServerTime, String error, List<BatchStatus> batchStatus)
-