Uses of Enum
org.knowm.xchange.binance.dto.trade.TimeInForce
Packages that use TimeInForce
Package
Description
-
Uses of TimeInForce in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance with parameters of type TimeInForceModifier 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 TimeInForce in org.knowm.xchange.binance.dto.trade
Fields in org.knowm.xchange.binance.dto.trade declared as TimeInForceModifier and TypeFieldDescriptionfinal TimeInForce
BinanceNewOrder.timeInForce
final TimeInForce
BinanceOrder.timeInForce
Methods in org.knowm.xchange.binance.dto.trade that return TimeInForceModifier and TypeMethodDescriptionstatic TimeInForce
TimeInForce.getTimeInForce
(String s) static TimeInForce
Returns the enum constant of this type with the specified name.static TimeInForce[]
TimeInForce.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.binance.dto.trade with parameters of type TimeInForceModifierConstructorDescriptionBinanceNewOrder
(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 TimeInForce in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type TimeInForceModifier 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) void
BinanceTradeServiceRaw.testNewOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty)