Uses of Class
org.knowm.xchange.binance.dto.trade.BinanceOrder
Packages that use BinanceOrder
-
Uses of BinanceOrder in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return BinanceOrderModifier and TypeMethodDescriptionBinanceFuturesAuthenticated.futureInverseOrderStatus(String symbol, long orderId, String origClientOrderId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Check an inverse order's status.
Either orderId or origClientOrderId must be sent.BinanceFuturesAuthenticated.futureOrderStatus(String symbol, long orderId, String origClientOrderId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Check an order's status.
Either orderId or origClientOrderId must be sent.BinanceFuturesAuthenticated.futurePortfolioMarginInverseOrderStatus(String symbol, long orderId, String origClientOrderId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Check a portfolio margin inverse/coin margin order's status.
Either orderId or origClientOrderId must be sent.BinanceFuturesAuthenticated.futurePortfolioMarginOrderStatus(String symbol, long orderId, String origClientOrderId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Check a portfolio margin order's status.
Either orderId or origClientOrderId must be sent.BinanceAuthenticated.orderStatus(String symbol, long orderId, String origClientOrderId, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Check an order's status.
Either orderId or origClientOrderId must be sent.Methods in org.knowm.xchange.binance that return types with arguments of type BinanceOrderModifier and TypeMethodDescriptionBinanceAuthenticated.allOrders(String symbol, Long orderId, Integer limit, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get all account orders; active, canceled, or filled.BinanceFuturesAuthenticated.futureOpenInverseOrders(String symbol, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get future open orders on a symbol.BinanceFuturesAuthenticated.futureOpenOrders(String symbol, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get future open orders on a symbol.BinanceFuturesAuthenticated.futureOpenPortfolioMarginInverseOrders(String symbol, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get future open portfolio margin orders on a symbol.BinanceFuturesAuthenticated.futureOpenPortfolioMarginOrders(String symbol, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get future open portfolio margin orders on a symbol.BinanceAuthenticated.openOrders(String symbol, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Get open orders on a symbol.Methods in org.knowm.xchange.binance with parameters of type BinanceOrderModifier and TypeMethodDescriptionstatic OrderBinanceAdapters.adaptOrder(BinanceOrder order, boolean isFuture) Method parameters in org.knowm.xchange.binance with type arguments of type BinanceOrderModifier and TypeMethodDescriptionstatic OpenOrdersBinanceAdapters.adaptOpenOrders(List<BinanceOrder> binanceOrders, boolean isFuture) -
Uses of BinanceOrder in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return BinanceOrderModifier and TypeMethodDescriptionBinanceTradeServiceRaw.orderStatusAllProducts(Instrument pair, Long orderId, String origClientOrderId) Methods in org.knowm.xchange.binance.service that return types with arguments of type BinanceOrderModifier and TypeMethodDescriptionBinanceTradeServiceRaw.allOrders(CurrencyPair pair, Long orderId, Integer limit) BinanceTradeServiceRaw.openOrdersAllProducts()BinanceTradeServiceRaw.openOrdersAllProducts(Instrument pair)