Uses of Enum Class
org.knowm.xchange.deribit.v2.dto.trade.TimeInForce
Packages that use TimeInForce
Package
Description
-
Uses of TimeInForce in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 with parameters of type TimeInForceModifier and TypeMethodDescriptionDeribitAuthenticated.buy(String instrumentName, BigDecimal amount, OrderType type, String label, BigDecimal price, TimeInForce timeInForce, BigDecimal maxShow, Boolean postOnly, Boolean rejectPostOnly, Boolean reduceOnly, BigDecimal triggerPrice, Trigger trigger, AdvancedOptions advanced, Boolean mmp, si.mazi.rescu.ParamsDigest auth) Places a buy order for an instrument.DeribitAuthenticated.sell(String instrumentName, BigDecimal amount, OrderType type, String label, BigDecimal price, TimeInForce timeInForce, BigDecimal maxShow, Boolean postOnly, Boolean rejectPostOnly, Boolean reduceOnly, BigDecimal triggerPrice, Trigger trigger, AdvancedOptions advanced, Boolean mmp, si.mazi.rescu.ParamsDigest auth) Places a sell order for an instrument. -
Uses of TimeInForce in org.knowm.xchange.deribit.v2.dto.trade
Methods in org.knowm.xchange.deribit.v2.dto.trade that return TimeInForceModifier and TypeMethodDescriptionstatic TimeInForceTimeInForce.parseTimeInForce(String s) static TimeInForceReturns the enum constant of this class with the specified name.static TimeInForce[]TimeInForce.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeInForce in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service with parameters of type TimeInForceModifier and TypeMethodDescriptionDeribitTradeServiceRaw.buy(String instrumentName, BigDecimal amount, OrderType type, String label, BigDecimal price, TimeInForce timeInForce, BigDecimal maxShow, Boolean postOnly, Boolean rejectPostOnly, Boolean reduceOnly, BigDecimal triggerPrice, Trigger trigger, AdvancedOptions advanced, Boolean mmp) DeribitTradeServiceRaw.sell(String instrumentName, BigDecimal amount, OrderType type, String label, BigDecimal price, TimeInForce timeInForce, BigDecimal maxShow, Boolean postOnly, Boolean rejectPostOnly, Boolean reduceOnly, BigDecimal triggerPrice, Trigger trigger, AdvancedOptions advanced, Boolean mmp)