Uses of Class
org.knowm.xchange.itbit.dto.trade.ItBitOrder
Packages that use ItBitOrder
-
Uses of ItBitOrder in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit that return ItBitOrderModifier and TypeMethodDescriptionItBitAuthenticated.getOrder
(si.mazi.rescu.ParamsDigest signer, long timestamp, si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, String orderId) ItBitAuthenticated.getOrders
(si.mazi.rescu.ParamsDigest signer, long timestamp, si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String instrument, String page, String perPage, String status, String walletId) ItBitAuthenticated.postOrder
(si.mazi.rescu.ParamsDigest signer, long timestamp, si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, ItBitPlaceOrderRequest request) Methods in org.knowm.xchange.itbit with parameters of type ItBitOrderModifier and TypeMethodDescriptionstatic OpenOrders
ItBitAdapters.adaptPrivateOrders
(ItBitOrder[] orders) -
Uses of ItBitOrder in org.knowm.xchange.itbit.service
Methods in org.knowm.xchange.itbit.service that return ItBitOrderModifier and TypeMethodDescriptionItBitTradeServiceRaw.getItBitOpenOrders
(CurrencyPair currencyPair) ItBitTradeServiceRaw.getItBitOrder
(String orderId) ItBitTradeServiceRaw.getItBitOrderHistory
(String currency, String pageNum, String pageLen) ItBitTradeServiceRaw.getItBitOrders
(String status, String instrument) Retrieves the set of orders with the given status.ItBitTradeServiceRaw.placeItBitLimitOrder
(LimitOrder limitOrder)