Uses of Class
org.knowm.xchange.dto.trade.StopOrder.Builder
Packages that use StopOrder.Builder
-
Uses of StopOrder.Builder in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade that return StopOrder.BuilderModifier and TypeMethodDescriptionStopOrder.Builder.averagePrice
(BigDecimal averagePrice) StopOrder.Builder.cumulativeAmount
(BigDecimal originalAmount) StopOrder.Builder.currencyPair
(CurrencyPair currencyPair) Deprecated.StopOrder.Builder.fee
(BigDecimal fee) StopOrder.Builder.flag
(Order.IOrderFlags flag) StopOrder.Builder.flags
(Set<Order.IOrderFlags> flags) static StopOrder.Builder
StopOrder.Builder.instrument
(Instrument instrument) StopOrder.Builder.intention
(StopOrder.Intention intention) StopOrder.Builder.limitPrice
(BigDecimal limitPrice) StopOrder.Builder.orderStatus
(Order.OrderStatus status) StopOrder.Builder.orderType
(Order.OrderType orderType) StopOrder.Builder.originalAmount
(BigDecimal originalAmount) StopOrder.Builder.remainingAmount
(BigDecimal remainingAmount) StopOrder.Builder.stopPrice
(BigDecimal stopPrice) StopOrder.Builder.trailValue
(BigDecimal trailValue) StopOrder.Builder.userReference
(String userReference)