Uses of Enum Class
org.knowm.xchange.binance.dto.trade.OrderType
Packages that use OrderType
Package
Description
-
Uses of OrderType in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return OrderTypeModifier and TypeMethodDescriptionstatic OrderTypeBinanceAdapters.adaptOrderType(StopOrder order) Methods in org.knowm.xchange.binance with parameters of type OrderTypeModifier and TypeMethodDescriptionBinanceFuturesAuthenticated.newInverseOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Send in a new inverse futures orderBinanceAuthenticated.newOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty, BinanceNewOrder.NewOrderResponseType newOrderRespType, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Send in a new orderBinanceFuturesAuthenticated.newOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Send in a new futures orderBinanceFuturesAuthenticated.newPortfolioMarginInverseOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Send in a new coin based (inverse) futures order to portfolio margin engineBinanceFuturesAuthenticated.newPortfolioMarginLinearOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Send in a new USD based (linear) futures order to portfolio margin engineBinanceAuthenticated.testNewOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty, Long recvWindow, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String apiKey, si.mazi.rescu.ParamsDigest signature) Test new order creation and signature/recvWindow long. -
Uses of OrderType in org.knowm.xchange.binance.dto.trade
Fields in org.knowm.xchange.binance.dto.trade declared as OrderTypeModifier and TypeFieldDescriptionfinal OrderTypeBinanceNewOrder.typefinal OrderTypeBinanceOrder.typeMethods in org.knowm.xchange.binance.dto.trade that return OrderTypeModifier and TypeMethodDescriptionstatic OrderTypeOrderType.getOrderType(String s) static OrderTypeReturns the enum constant of this class with the specified name.static OrderType[]OrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.binance.dto.trade with parameters of type OrderTypeModifierConstructorDescriptionBinanceNewOrder(String symbol, long orderId, String clientOrderId, long transactTime, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side, List<BinanceTrade> fills) BinanceOrder(String symbol, long orderId, String clientOrderId, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, BigDecimal cummulativeQuoteQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side, BigDecimal stopPrice, BigDecimal icebergQty, long time) -
Uses of OrderType in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type OrderTypeModifier and TypeMethodDescriptionBinanceTradeServiceRaw.newFutureOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newInverseFutureOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newPortfolioMarginFutureOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newPortfolioMarginInverseFutureOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType) voidBinanceTradeService.placeTestOrder(OrderType type, Order order, BigDecimal limitPrice, BigDecimal stopPrice) voidBinanceTradeService.placeTestOrder(OrderType type, Order order, BigDecimal limitPrice, BigDecimal stopPrice, BigDecimal quoteOrderQty, Long trailingDelta) voidBinanceTradeServiceRaw.testNewOrder(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty)