Class PoloniexLimitOrder.Builder
- java.lang.Object
-
- org.knowm.xchange.dto.Order.Builder
-
- org.knowm.xchange.dto.trade.LimitOrder.Builder
-
- org.knowm.xchange.poloniex.dto.trade.PoloniexLimitOrder.Builder
-
- Enclosing class:
- PoloniexLimitOrder
public static class PoloniexLimitOrder.Builder extends LimitOrder.Builder
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.dto.trade.LimitOrder.Builder
limitPrice
-
Fields inherited from class org.knowm.xchange.dto.Order.Builder
averagePrice, cumulativeAmount, currencyPair, fee, flags, id, leverage, orderType, originalAmount, remainingAmount, status, timestamp, userReference
-
-
Constructor Summary
Constructors Constructor Description Builder(Order.OrderType orderType, CurrencyPair currencyPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoloniexLimitOrderbuild()-
Methods inherited from class org.knowm.xchange.dto.trade.LimitOrder.Builder
averagePrice, cumulativeAmount, currencyPair, fee, flag, flags, from, id, limitPrice, orderStatus, orderType, originalAmount, remainingAmount, timestamp, userReference
-
Methods inherited from class org.knowm.xchange.dto.Order.Builder
leverage
-
-
-
-
Constructor Detail
-
Builder
public Builder(Order.OrderType orderType, CurrencyPair currencyPair)
-
-
Method Detail
-
build
public PoloniexLimitOrder build()
- Overrides:
buildin classLimitOrder.Builder
-
-