Uses of Class
org.knowm.xchange.dto.trade.StopOrder.Intention
Package | Description |
---|---|
org.knowm.xchange.dto.trade | |
org.knowm.xchange.ftx |
-
Uses of StopOrder.Intention in org.knowm.xchange.dto.trade
Fields in org.knowm.xchange.dto.trade declared as StopOrder.Intention Modifier and Type Field Description protected StopOrder.Intention
StopOrder.Builder. intention
protected StopOrder.Intention
StopOrder. intention
Some exchanges requires to define the goal of stop orderMethods in org.knowm.xchange.dto.trade that return StopOrder.Intention Modifier and Type Method Description StopOrder.Intention
StopOrder. getIntention()
static StopOrder.Intention
StopOrder.Intention. valueOf(String name)
Returns the enum constant of this type with the specified name.static StopOrder.Intention[]
StopOrder.Intention. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.dto.trade with parameters of type StopOrder.Intention Modifier and Type Method Description StopOrder.Builder
StopOrder.Builder. intention(StopOrder.Intention intention)
Constructors in org.knowm.xchange.dto.trade with parameters of type StopOrder.Intention Constructor Description StopOrder(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal stopPrice, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String userReference, StopOrder.Intention intention, BigDecimal trailValue)
-
Uses of StopOrder.Intention in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx with parameters of type StopOrder.Intention Modifier and Type Method Description static FtxConditionalOrderType
FtxAdapters. adaptTriggerOrderIntention(StopOrder.Intention stopOrderIntention)