Uses of Class
org.knowm.xchange.kraken.dto.trade.TimeInForce
Package | Description |
---|---|
org.knowm.xchange.kraken.dto.trade |
-
Uses of TimeInForce in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return TimeInForce Modifier and Type Method Description TimeInForce
KrakenStandardOrder. getTimeInForce()
TimeInForce
KrakenStandardOrder.KrakenOrderBuilder. getTimeInForce()
static TimeInForce
TimeInForce. valueOf(String name)
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 TimeInForce Modifier and Type Method Description KrakenStandardOrder.KrakenOrderBuilder
KrakenStandardOrder.KrakenOrderBuilder. withTimeInForce(TimeInForce timeInForce)