Uses of Class
org.knowm.xchange.huobi.dto.trade.HuobiOrder
Packages that use HuobiOrder
Package
Description
-
Uses of HuobiOrder in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi with parameters of type HuobiOrderModifier and TypeMethodDescriptionstatic OpenOrders
HuobiAdapters.adaptOpenOrders
(HuobiOrder[] openOrders) static UserTrades
HuobiAdapters.adaptTradeHistory
(HuobiOrder[] tradeHistoryOrders) HuobiAdapters.adaptUserTradeList
(HuobiOrder[] tradeHistory) Method parameters in org.knowm.xchange.huobi with type arguments of type HuobiOrder -
Uses of HuobiOrder in org.knowm.xchange.huobi.dto.trade.results
Constructors in org.knowm.xchange.huobi.dto.trade.results with parameters of type HuobiOrderModifierConstructorDescriptionHuobiOrderInfoResult
(String status, HuobiOrder result, String errCode, String errMsg) HuobiOrdersResult
(String status, HuobiOrder[] result, String errCode, String errMsg) -
Uses of HuobiOrder in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service that return HuobiOrderModifier and TypeMethodDescriptionHuobiTradeServiceRaw.getHuobiOpenOrders
(CurrencyPairParam params) HuobiTradeServiceRaw.getHuobiOrderHistory
(CurrencyPairParam params, Date startTime, Date endTime, String direct, Integer size) HuobiTradeServiceRaw.getHuobiTradeHistory
(CurrencyPair currencyPair, Date startDate, Date endDate, String startId) Methods in org.knowm.xchange.huobi.service that return types with arguments of type HuobiOrder