Uses of Enum
org.knowm.xchange.kraken.dto.trade.TimeInForce
Packages that use TimeInForce
-
Uses of TimeInForce in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return TimeInForceModifier and TypeMethodDescriptionKrakenStandardOrder.getTimeInForce()
KrakenStandardOrder.KrakenOrderBuilder.getTimeInForce()
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.Methods in org.knowm.xchange.kraken.dto.trade with parameters of type TimeInForceModifier and TypeMethodDescriptionKrakenStandardOrder.KrakenOrderBuilder.withTimeInForce
(TimeInForce timeInForce)