Uses of Class
org.knowm.xchange.coinmate.dto.trade.CoinmateOrderHistoryEntry
Packages that use CoinmateOrderHistoryEntry
-
Uses of CoinmateOrderHistoryEntry in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate with parameters of type CoinmateOrderHistoryEntryModifier and TypeMethodDescriptionstatic Order
CoinmateAdapters.adaptOrder
(CoinmateOrderHistoryEntry coinmateOrder, Function<String, CoinmateOrderHistoryEntry> orderByIdFetcher) Adapt a single order.Method parameters in org.knowm.xchange.coinmate with type arguments of type CoinmateOrderHistoryEntryModifier and TypeMethodDescriptionstatic Order
CoinmateAdapters.adaptOrder
(CoinmateOrderHistoryEntry coinmateOrder, Function<String, CoinmateOrderHistoryEntry> orderByIdFetcher) Adapt a single order. -
Uses of CoinmateOrderHistoryEntry in org.knowm.xchange.coinmate.dto.trade
Constructors in org.knowm.xchange.coinmate.dto.trade with parameters of type CoinmateOrderHistoryEntryModifierConstructorDescriptionCoinmateOrder
(boolean error, String errorMessage, CoinmateOrderHistoryEntry data) Constructor parameters in org.knowm.xchange.coinmate.dto.trade with type arguments of type CoinmateOrderHistoryEntryModifierConstructorDescriptionCoinmateOrderHistory
(boolean error, String errorMessage, List<CoinmateOrderHistoryEntry> data) CoinmateOrders
(boolean error, String errorMessage, List<CoinmateOrderHistoryEntry> data)