Uses of Class
org.knowm.xchange.coindeal.dto.trade.CoindealOrder
Packages that use CoindealOrder
-
Uses of CoindealOrder in org.knowm.xchange.coindeal
Methods in org.knowm.xchange.coindeal that return CoindealOrderModifier and TypeMethodDescriptionCoindealAuthenticated.cancelOrderById
(si.mazi.rescu.ParamsDigest credentials, String cliendOrderId) CoindealAuthenticated.getOrderById
(si.mazi.rescu.ParamsDigest credentials, String cliendOrderId) CoindealAuthenticated.placeOrder
(si.mazi.rescu.ParamsDigest credentials, String symbol, String side, String type, String timeInForce, double quantity, double price) Methods in org.knowm.xchange.coindeal that return types with arguments of type CoindealOrderModifier and TypeMethodDescriptionCoindealAuthenticated.cancelOrders
(si.mazi.rescu.ParamsDigest credentials, String symbol) CoindealAuthenticated.getActiveOrders
(si.mazi.rescu.ParamsDigest credentials, String currencyPair) Methods in org.knowm.xchange.coindeal with parameters of type CoindealOrderModifier and TypeMethodDescriptionstatic Order
CoindealAdapters.adaptOrder
(CoindealOrder coindealOrder) Method parameters in org.knowm.xchange.coindeal with type arguments of type CoindealOrderModifier and TypeMethodDescriptionstatic OpenOrders
CoindealAdapters.adaptToOpenOrders
(List<CoindealOrder> coindealActiveOrders) -
Uses of CoindealOrder in org.knowm.xchange.coindeal.service
Methods in org.knowm.xchange.coindeal.service that return CoindealOrderModifier and TypeMethodDescriptionCoindealTradeServiceRaw.cancelCoindealOrderById
(String orderId) CoindealTradeServiceRaw.getCoindealOrderById
(String orderId) CoindealTradeServiceRaw.placeOrder
(LimitOrder limitOrder) Methods in org.knowm.xchange.coindeal.service that return types with arguments of type CoindealOrderModifier and TypeMethodDescriptionCoindealTradeServiceRaw.cancelCoindealOrders
(CurrencyPair currencyPair) CoindealTradeServiceRaw.getCoindealActiveOrders
(CurrencyPair currencyPair)