Uses of Class
org.knowm.xchange.itbit.dto.trade.ItBitOrder
-
Uses of ItBitOrder in org.knowm.xchange.itbit
Modifier 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) Modifier and TypeMethodDescriptionstatic OpenOrders
ItBitAdapters.adaptPrivateOrders
(ItBitOrder[] orders) -
Uses of ItBitOrder in org.knowm.xchange.itbit.service
Modifier 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)