Class OkCoinOrderResult
java.lang.Object
org.knowm.xchange.okcoin.dto.trade.OkCoinErrorResult
org.knowm.xchange.okcoin.dto.trade.OkCoinOrderResult
public class OkCoinOrderResult extends OkCoinErrorResult
-
Constructor Summary
Constructors Constructor Description OkCoinOrderResult(boolean result, int errorCode, OkCoinOrder[] orders)
-
Method Summary
Modifier and Type Method Description OkCoinOrder[]
getOrders()
Methods inherited from class org.knowm.xchange.okcoin.dto.trade.OkCoinErrorResult
getErrorCode, isResult
-
Constructor Details
-
OkCoinOrderResult
-
-
Method Details
-
getOrders
-