Uses of Enum
org.knowm.xchange.dto.Order.OrderType
Packages that use Order.OrderType
Package
Description
-
Uses of Order.OrderType in info.bitrich.xchangestream.bitflyer.dto
Methods in info.bitrich.xchangestream.bitflyer.dto that return Order.OrderTypeMethods in info.bitrich.xchangestream.bitflyer.dto with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionvoid
BitflyerOrderbook.createFromLevels
(BitflyerLimitOrder[] levels, Order.OrderType side) BitflyerOrderbook.getLevels
(Order.OrderType side) BitflyerLimitOrder.toLimitOrder
(CurrencyPair pair, Order.OrderType side) static List<LimitOrder>
BitflyerOrderbook.toLimitOrders
(BitflyerLimitOrder[] levels, Order.OrderType side, CurrencyPair pair) void
BitflyerOrderbook.updateLevels
(BitflyerLimitOrder[] levels, Order.OrderType side) -
Uses of Order.OrderType in info.bitrich.xchangestream.bitmex.dto
Methods in info.bitrich.xchangestream.bitmex.dto that return Order.OrderType -
Uses of Order.OrderType in info.bitrich.xchangestream.bybit
Methods in info.bitrich.xchangestream.bybit with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BybitStreamAdapters.adaptOrderBookOrder
(BybitPublicOrder bybitPublicOrder, Instrument instrument, Order.OrderType orderType, Date timestamp) -
Uses of Order.OrderType in info.bitrich.xchangestream.cexio
Constructors in info.bitrich.xchangestream.cexio with parameters of type Order.OrderTypeModifierConstructorDescriptionCexioOrder
(Order.OrderType type, CurrencyPair currencyPair, BigDecimal originalAmount, String id, Date timestamp, BigDecimal limitPrice, BigDecimal fee, Order.OrderStatus status) -
Uses of Order.OrderType in info.bitrich.xchangestream.dydx
Methods in info.bitrich.xchangestream.dydx with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
dydxStreamingAdapters.dydxOrderBookChanges
(Order.OrderType orderType, CurrencyPair currencyPair, String[][] changes, SortedMap<BigDecimal, BigDecimal> sideEntries, int maxDepth, boolean isV1) -
Uses of Order.OrderType in info.bitrich.xchangestream.gemini.dto
Methods in info.bitrich.xchangestream.gemini.dto that return Order.OrderTypeConstructors in info.bitrich.xchangestream.gemini.dto with parameters of type Order.OrderTypeModifierConstructorDescriptionGeminiLimitOrder
(Order.OrderType side, BigDecimal price, BigDecimal amount, BigDecimal timestamp) -
Uses of Order.OrderType in info.bitrich.xchangestream.kraken
Methods in info.bitrich.xchangestream.kraken with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
KrakenStreamingAdapters.adaptLimitOrder
(Instrument instrument, Order.OrderType orderType, com.fasterxml.jackson.databind.JsonNode node) Adapt a JsonNode containing two decimals into a LimitOrderstatic Iterator<LimitOrder>
KrakenStreamingAdapters.adaptLimitOrders
(Instrument instrument, Order.OrderType orderType, com.fasterxml.jackson.databind.JsonNode node) Adapt a JsonNode to a Stream of limit orders, the node past in here should be the body of a a/b/as/bs key. -
Uses of Order.OrderType in info.bitrich.xchangestream.lgo.domain
Methods in info.bitrich.xchangestream.lgo.domain that return Order.OrderTypeModifier and TypeMethodDescriptionLgoMatchOrderEvent.getOrderType()
LgoPendingOrderEvent.getSide()
Methods in info.bitrich.xchangestream.lgo.domain with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionvoid
LgoMatchOrderEvent.setOrderType
(Order.OrderType orderType) Constructors in info.bitrich.xchangestream.lgo.domain with parameters of type Order.OrderTypeModifierConstructorDescriptionLgoMatchOrderEvent
(Long batchId, String type, String orderId, Date time, String tradeId, BigDecimal tradePrice, BigDecimal filledQuantity, BigDecimal remainingQuantity, BigDecimal fees, String liquidity, Order.OrderType orderType) LgoPendingOrderEvent
(Long batchId, String type, String orderId, Date time, String orderType, BigDecimal limitPrice, Order.OrderType side, BigDecimal initialAmount) -
Uses of Order.OrderType in info.bitrich.xchangestream.okcoin.dto
Methods in info.bitrich.xchangestream.okcoin.dto with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionvoid
OkCoinOrderbook.createFromDepthLevels
(BigDecimal[][] depthLevels, Order.OrderType side) BigDecimal[][]
OkCoinOrderbook.getSide
(Order.OrderType side) void
OkCoinOrderbook.updateLevel
(BigDecimal[] level, Order.OrderType side) void
OkCoinOrderbook.updateLevels
(BigDecimal[][] depthLevels, Order.OrderType side) -
Uses of Order.OrderType in info.bitrich.xchangestream.poloniex2.dto
Methods in info.bitrich.xchangestream.poloniex2.dto that return Order.OrderTypeConstructors in info.bitrich.xchangestream.poloniex2.dto with parameters of type Order.OrderTypeModifierConstructorDescriptionTradeEvent
(String tradeId, Order.OrderType type, BigDecimal price, BigDecimal size, int timestampSeconds) -
Uses of Order.OrderType in org.knowm.xchange.ascendex
Methods in org.knowm.xchange.ascendex that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
AscendexAdapters.adaptAscendexSideToOrderType
(AscendexPlaceOrderRequestPayload.AscendexSide ascendexSide) -
Uses of Order.OrderType in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BiboxAdapters.adaptOrderBookOrder
(BiboxOrderBookEntry entry, Order.OrderType orderType, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return Order.OrderTypeMethods in org.knowm.xchange.bibox.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BiboxOrderSide
BiboxOrderSide.fromOrderType
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
static Order.OrderType
BinanceAdapters.convertType
(boolean isBuyer) Methods in org.knowm.xchange.binance with parameters of type Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.bitcoinde
Methods in org.knowm.xchange.bitcoinde with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
BitcoindeUtils.createBitcoindeType
(Order.OrderType type) static LimitOrder
BitcoindeAdapters.createOrder
(CurrencyPair currencyPair, BitcoindeOrder bitcoindeOrder, Order.OrderType orderType, String orderId, Date timeStamp) Create an individual order.static List<LimitOrder>
BitcoindeAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, BitcoindeOrder[] orders) Create a list of orders from a list of asks or bids. -
Uses of Order.OrderType in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
BitcoindeAdapters.adaptOrderType
(BitcoindeType type) Methods in org.knowm.xchange.bitcoinde.v4 with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
BitcoindeAdapters.createCompactOrders
(CurrencyPair currencyPair, Order.OrderType orderType, BitcoindeCompactOrder[] orders) Create a list of orders from a list of asks or bids.static LimitOrder
BitcoindeAdapters.createOrder
(CurrencyPair currencyPair, BitcoindeOrder bitcoindeOrder, Order.OrderType orderType, String orderId, Date timeStamp) Create an individual order. -
Uses of Order.OrderType in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionBitcoindeMarketDataServiceRaw.getBitcoindeOrderBook
(CurrencyPair currencyPair, Order.OrderType type, BitcoindeOrderbookOrdersParams params) Constructors in org.knowm.xchange.bitcoinde.v4.service with parameters of type Order.OrderTypeModifierConstructorDescriptionBitcoindeTradeHistoryParams
(CurrencyPair currencyPair, Order.OrderType type, Date startTime, Date endTime, BitcoindeMyTrade.State state, Boolean onlyTradesWithActionForPaymentOrTransferRequired, BitcoindeMyTrade.PaymentMethod paymentMethod, Integer pageNumber) -
Uses of Order.OrderType in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BitfinexAdapters.adaptOrder
(BigDecimal originalAmount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType, Date timestamp) BitfinexAdapters.adaptOrders
(BitfinexLevel[] bitfinexLevels, CurrencyPair currencyPair, Order.OrderType orderType) static String
BitfinexAdapters.adaptOrderType
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.bitfinex.v1.dto.trade
Methods in org.knowm.xchange.bitfinex.v1.dto.trade that return Order.OrderTypeConstructors in org.knowm.xchange.bitfinex.v1.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionBitfinexLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice) BitfinexLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, BigDecimal ocoStopLimit) Builder
(Order.OrderType orderType, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.bitfinex.v2.dto.marketdata
Methods in org.knowm.xchange.bitfinex.v2.dto.marketdata that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.bitflyer.dto.trade
Methods in org.knowm.xchange.bitflyer.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BitflyerSide
BitflyerSide.fromOrderType
(Order.OrderType orderType) BitflyerParentOrder.BitflyerParentOrderBuilder.withParameter
(CurrencyPair productCode, BitflyerParentOrderConditionType conditionType, Order.OrderType side, BigDecimal price, BigDecimal triggerPrice, BigDecimal size, BigDecimal offset) BitflyerChildOrder.BitflyerChildOrderBuilder.withSide
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb with parameters of type Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
BitmexAdapters.adaptOrderType
(BitmexSide bitmexType) Methods in org.knowm.xchange.bitmex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BitmexAdapters.adaptOrder
(BitmexPublicOrder order, Order.OrderType orderType, CurrencyPair currencyPair) BitmexAdapters.adaptOrders
(List<BitmexPublicOrder> orders, CurrencyPair currencyPair, Order.OrderType orderType, boolean reverse) -
Uses of Order.OrderType in org.knowm.xchange.bitmex.dto.trade
Methods in org.knowm.xchange.bitmex.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BitmexSide
BitmexSide.fromOrderType
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BitsoAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
BitsoAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
BitstampAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
BitstampAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.bitstamp.order.dto
Constructors in org.knowm.xchange.bitstamp.order.dto with parameters of type Order.OrderTypeModifierConstructorDescriptionBitstampGenericOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) -
Uses of Order.OrderType in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
BittrexAdapters.adaptOrders
(BittrexLevel[] orders, CurrencyPair currencyPair, Order.OrderType orderType, int depth) -
Uses of Order.OrderType in org.knowm.xchange.bl3p
Methods in org.knowm.xchange.bl3p that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
Bl3pUtils.fromBl3pOrderType
(String bl3pType) Methods in org.knowm.xchange.bl3p with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
Bl3pUtils.toBl3pOrderType
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
BlockchainAdapters.getOrderType
(Order.OrderType type) static LimitOrder
BlockchainAdapters.toLimitOrder
(BlockchainMarketDataOrder blockchainMarketDataOrder, Order.OrderType orderType, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.blockchain.dto.trade
Methods in org.knowm.xchange.blockchain.dto.trade that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
BTCMarketsAdapters.adaptOrderType
(String orderType) static Order.OrderType
BTCMarketsAdapters.adaptOrderType
(BTCMarketsOrder.Side orderType) Methods in org.knowm.xchange.btcmarkets with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
BTCMarketsAdapters.createOrders
(Order.OrderType orderType, List<BigDecimal[]> orders, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BTCTurkOrderTypes
BTCTurkAdapters.adaptOrderType
(Order.OrderType type) static LimitOrder
BTCTurkAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
BTCTurkAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
BybitAdapters.getOrderType
(BybitSide side) Methods in org.knowm.xchange.bybit with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BybitSide
BybitAdapters.getSideString
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
CCEXAdapters.createOrder
(CurrencyPair currencyPair, CCEXBuySellData priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
CCEXAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<CCEXBuySellData> orders) -
Uses of Order.OrderType in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
CexIOAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
CexIOAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionCexIOTradeServiceRaw.cancelReplaceCexIOOrder
(CurrencyPair currencyPair, Order.OrderType type, String orderId, BigDecimal amount, BigDecimal price) -
Uses of Order.OrderType in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoinbaseAdapters.adaptOrderType
(CoinbaseTransferType transferType) Methods in org.knowm.xchange.coinbase with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic UserTrades
CoinbaseAdapters.adaptTrades
(List<CoinbaseBuySell> transactions, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic CoinbaseProPlaceOrder.Side
CoinbaseProAdapters.adaptSide
(Order.OrderType orderType) static CoinbaseProPlaceOrder.Stop
CoinbaseProAdapters.adaptStop
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.coincheck
Methods in org.knowm.xchange.coincheck that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoincheckAdapter.createOrderType
(String orderType) Methods in org.knowm.xchange.coincheck with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic final LimitOrder
CoincheckAdapter.createOrder
(Order.OrderType orderType, Instrument instrument, List<BigDecimal> data) static final List<LimitOrder>
CoincheckAdapter.createOrders
(Order.OrderType orderType, Instrument instrument, List<List<BigDecimal>> data) -
Uses of Order.OrderType in org.knowm.xchange.coindeal
Methods in org.knowm.xchange.coindeal that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoindealAdapters.adaptOrderType
(String coindealOrderType) Methods in org.knowm.xchange.coindeal with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
CoindealAdapters.adaptOrderType
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.coindirect
Methods in org.knowm.xchange.coindirect that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoindirectAdapters.convert
(CoindirectOrder.Side side) Methods in org.knowm.xchange.coindirect with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic CoindirectOrder.Side
CoindirectAdapters.convert
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.coinegg
Methods in org.knowm.xchange.coinegg with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
CoinEggAdapters.adaptOrder
(CoinEggOrders.CoinEggOrder order, Order.OrderType type, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.coinegg.dto.marketdata
Methods in org.knowm.xchange.coinegg.dto.marketdata that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.coinfloor.dto.trade
Methods in org.knowm.xchange.coinfloor.dto.trade that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionCoinfloorTradeServiceRaw.placeLimitOrder
(CurrencyPair pair, Order.OrderType side, BigDecimal amount, BigDecimal price) CoinfloorTradeServiceRaw.placeMarketOrder
(CurrencyPair pair, Order.OrderType side, BigDecimal amount) -
Uses of Order.OrderType in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return Order.OrderTypeMethods in org.knowm.xchange.coingi with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
CoingiAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
CoingiAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.coinjar
Methods in org.knowm.xchange.coinjar that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoinjarAdapters.buySellToOrderType
(String buySell) Methods in org.knowm.xchange.coinjar with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
CoinjarAdapters.orderTypeToBuySell
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
CoinmateAdapters.typeToOrderTypeOrNull
(String type) Methods in org.knowm.xchange.coinmate with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
CoinmateAdapters.createOrders
(List<CoinmateOrderBookEntry> coinmateOrders, Order.OrderType type, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.dto
Fields in org.knowm.xchange.dto declared as Order.OrderTypeMethods in org.knowm.xchange.dto that return Order.OrderTypeModifier and TypeMethodDescriptionOrder.OrderType.getOpposite()
LoanOrder.getType()
Order.getType()
static Order.OrderType
Returns the enum constant of this type with the specified name.static Order.OrderType[]
Order.OrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.dto with parameters of type Order.OrderTypeConstructors in org.knowm.xchange.dto with parameters of type Order.OrderTypeModifierConstructorDescriptionprotected
Builder
(Order.OrderType orderType, Instrument instrument) LoanOrder
(Order.OrderType type, String currency, BigDecimal originalAmount, int dayPeriod, String id, Date timestamp) ConstructorOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp) Order
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) Order
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String userReference) -
Uses of Order.OrderType in org.knowm.xchange.dto.marketdata
Fields in org.knowm.xchange.dto.marketdata declared as Order.OrderTypeModifier and TypeFieldDescriptionprotected Order.OrderType
Trade.Builder.type
protected final Order.OrderType
Trade.type
Did this trade result from the execution of a bid or a ask?Methods in org.knowm.xchange.dto.marketdata that return Order.OrderTypeMethods in org.knowm.xchange.dto.marketdata with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionOrderBook.getOrders
(Order.OrderType type) Trade.Builder.type
(Order.OrderType type) Constructors in org.knowm.xchange.dto.marketdata with parameters of type Order.OrderTypeModifierConstructorDescriptionOrderBookUpdate
(Order.OrderType type, BigDecimal volume, Instrument instrument, BigDecimal limitPrice, Date timestamp, BigDecimal totalVolume) Build an order book update.Trade
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, BigDecimal price, Date timestamp, String id, String makerOrderId, String takerOrderId) This constructor is called to create a public Trade object inMarketDataService.getTrades(org.knowm.xchange.currency.CurrencyPair, Object...)
implementations) since it's missing the orderId and fee parameters. -
Uses of Order.OrderType in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionLimitOrder.Builder.orderType
(Order.OrderType orderType) MarketOrder.Builder.orderType
(Order.OrderType orderType) StopOrder.Builder.orderType
(Order.OrderType orderType) UserTrade.Builder.type
(Order.OrderType type) Constructors in org.knowm.xchange.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionBuilder
(Order.OrderType orderType, Instrument instrument) Builder
(Order.OrderType orderType, Instrument instrument) Builder
(Order.OrderType orderType, Instrument instrument) FixedRateLoanOrder
(Order.OrderType type, String currency, BigDecimal originalAmount, int dayPeriod, String id, Date timestamp, BigDecimal rate) FloatingRateLoanOrder
(Order.OrderType type, String currency, BigDecimal originalAmount, int dayPeriod, String id, Date timestamp, BigDecimal rate) LimitOrder
(Order.OrderType type, BigDecimal originalAmount, BigDecimal cumulativeAmount, Instrument instrument, String id, Date timestamp, BigDecimal limitPrice) LimitOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal limitPrice) LimitOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) LimitOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String userReference) MarketOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument) MarketOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp) MarketOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) MarketOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String userReference) MarketOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, Date timestamp) StopOrder
(Order.OrderType type, BigDecimal originalAmount, BigDecimal cumulativeAmount, Instrument instrument, String id, Date timestamp, BigDecimal stopPrice) StopOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal stopPrice) 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) 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) StopOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal stopPrice, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, Order.OrderStatus status) StopOrder
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal stopPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, Order.OrderStatus status) UserTrade
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, Currency feeCurrency, String orderUserReference) This constructor is called to construct user's trade objects (inTradeService.getTradeHistory(TradeHistoryParams)
implementations). -
Uses of Order.OrderType in org.knowm.xchange.dvchain
Methods in org.knowm.xchange.dvchain with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
DVChainAdapters.adaptOrder
(DVChainLevel level, Order.OrderType type, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.enigma
Methods in org.knowm.xchange.enigma with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
EnigmaAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
EnigmaAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
ExmoAdapters.adaptOrderType
(Map<String, String> order) Methods in org.knowm.xchange.exmo.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
ExmoAdapters.adaptOrders
(CurrencyPair currencyPair, Map<String, Object> orderBookData, Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
FtxAdapters.adaptFtxOrderSideToOrderType
(FtxOrderSide ftxOrderSide) Methods in org.knowm.xchange.ftx with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
FtxAdapters.adaptOrderbookOrder
(BigDecimal amount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType) static FtxOrderSide
FtxAdapters.adaptOrderTypeToFtxOrderSide
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
GateioAdapters.adaptOrderType
(GateioOrderType cryptoTradeOrderType) Methods in org.knowm.xchange.gateio with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
GateioAdapters.adaptOrder
(GateioPublicOrder order, CurrencyPair currencyPair, Order.OrderType orderType) static List<LimitOrder>
GateioAdapters.adaptOrders
(List<GateioPublicOrder> orders, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.gateio.config.converter
Methods in org.knowm.xchange.gateio.config.converter that return Order.OrderTypeModifier and TypeMethodDescriptionMethods in org.knowm.xchange.gateio.config.converter with parameters of type Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.gateio.dto.trade
Constructors in org.knowm.xchange.gateio.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionGateioUserTrade
(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, Currency feeCurrency, String orderUserReference, Role role) -
Uses of Order.OrderType in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
GeminiAdapters.adaptOrder
(BigDecimal amount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType, Date timestamp) GeminiAdapters.adaptOrders
(GeminiLevel[] GeminiLevels, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.gemini.v1.dto.trade
Constructors in org.knowm.xchange.gemini.v1.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionBuilder
(Order.OrderType orderType, CurrencyPair currencyPair) GeminiLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice) -
Uses of Order.OrderType in org.knowm.xchange.globitex
Methods in org.knowm.xchange.globitex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic String
GlobitexAdapters.adaptOrderType
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
HitbtcAdapters.adaptOrderType
(String side) static Order.OrderType
HitbtcAdapters.adaptSide
(HitbtcSide side) Methods in org.knowm.xchange.hitbtc.v2 with parameters of type Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.hitbtc.v2.dto
Constructors in org.knowm.xchange.hitbtc.v2.dto with parameters of type Order.OrderTypeModifierConstructorDescriptionHitbtcLimitOrder
(Order.OrderType type, BigDecimal originalAmount, BigDecimal cumulativeAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String clientOrderId) Deprecated.HitbtcLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String clientOrderId) Deprecated.HitbtcLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String clientOrderId) Deprecated.HitbtcMarketOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String clientOrderId) HitbtcMarketOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, String clientOrderId) HitbtcMarketOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String clientOrderId) HitbtcMarketOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, Date timestamp, String clientOrderId) HitbtcUserTrade
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, Currency feeCurrency, String clientOrderId) -
Uses of Order.OrderType in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
HuobiAdapters.adaptOrderType
(String orderType) -
Uses of Order.OrderType in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionfinal OrderReq
IdexTradeService.createNormalizedLimitOrderReq
(Currency baseCurrency, Currency counterCurrency, Order.OrderType type, BigDecimal limitPrice, BigDecimal originalAmount, String contractAddress, BigInteger nonce, BigInteger expires) -
Uses of Order.OrderType in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionIndependentReserveTradeServiceRaw.independentReservePlaceLimitOrder
(CurrencyPair currencyPair, Order.OrderType type, BigDecimal limitPrice, BigDecimal originalAmount) IndependentReserveTradeServiceRaw.independentReservePlaceMarketOrder
(Instrument instrument, Order.OrderType type, BigDecimal originalAmount) -
Uses of Order.OrderType in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
ItBitAdapters.adaptOrders
(List<BigDecimal[]> orders, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
KrakenAdapters.adaptOrderType
(KrakenType krakenType) Methods in org.knowm.xchange.kraken with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
KrakenAdapters.adaptOrder
(KrakenPublicOrder order, Order.OrderType orderType, CurrencyPair currencyPair) KrakenAdapters.adaptOrders
(List<KrakenPublicOrder> orders, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic KrakenType
KrakenType.fromOrderType
(Order.OrderType type) Constructors in org.knowm.xchange.kraken.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionKrakenUserTrade
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, Currency feeCurrency, BigDecimal cost) -
Uses of Order.OrderType in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
KrakenFuturesAdapters.adaptOrderType
(KrakenFuturesOrderSide krakenFuturesOrderType) -
Uses of Order.OrderType in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
LatokenAdapters.adaptOrderType
(LatokenOrderSide side) Methods in org.knowm.xchange.latoken with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LatokenOrderSide
LatokenAdapters.toOrderSide
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
LgoAdapters.adaptEntryToLimitOrder
(Object[] entry, Order.OrderType bid, CurrencyPair pair) -
Uses of Order.OrderType in org.knowm.xchange.lykke.dto.trade
Methods in org.knowm.xchange.lykke.dto.trade that return Order.OrderTypeMethods in org.knowm.xchange.lykke.dto.trade with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LykkeOrderType
LykkeOrderType.fromOrderType
(Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.mercadobitcoin
Methods in org.knowm.xchange.mercadobitcoin with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
MercadoBitcoinAdapters.createOrder
(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
MercadoBitcoinAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders) -
Uses of Order.OrderType in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
OkCoinAdapters.adaptOrderType
(String type) -
Uses of Order.OrderType in org.knowm.xchange.okex
Methods in org.knowm.xchange.okex that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
OkexAdapters.adaptOkexOrderSideToOrderType
(String okexOrderSide) Methods in org.knowm.xchange.okex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
OkexAdapters.adaptLimitOrder
(OkexPublicOrder okexPublicOrder, Instrument instrument, Order.OrderType orderType, Date timestamp) static LimitOrder
OkexAdapters.adaptOrderbookOrder
(BigDecimal amount, BigDecimal price, Instrument instrument, Order.OrderType orderType, Date timestamp) -
Uses of Order.OrderType in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
PoloniexAdapters.adaptPoloniexPublicOrders
(List<List<BigDecimal>> rawLevels, Order.OrderType orderType, CurrencyPair currencyPair) -
Uses of Order.OrderType in org.knowm.xchange.poloniex.dto.trade
Constructors in org.knowm.xchange.poloniex.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionBuilder
(Order.OrderType orderType, CurrencyPair currencyPair) PoloniexLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice) -
Uses of Order.OrderType in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
QuoineAdapters.createOrder
(CurrencyPair currencyPair, BigDecimal[] priceAndAmount, Order.OrderType orderType) static List<LimitOrder>
QuoineAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<BigDecimal[]> orders) -
Uses of Order.OrderType in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic List<LimitOrder>
RippleAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<RippleOrder> orders, String baseCounterparty, String counterCounterparty) -
Uses of Order.OrderType in org.knowm.xchange.ripple.dto.trade
Constructors in org.knowm.xchange.ripple.dto.trade with parameters of type Order.OrderTypeModifierConstructorDescriptionBuilder
(Order.OrderType type, CurrencyPair currencyPair) RippleLimitOrder
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty) RippleUserTrade
(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, BigDecimal price, Date timestamp, String id, String orderId, BigDecimal feeAmount, Currency feeCurrency, String baseCounterparty, String counterCounterparty, BigDecimal baseTransferFee, BigDecimal counterTransferFee) -
Uses of Order.OrderType in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic BigDecimal
RippleTradeServiceRaw.getExpectedTransferFee
(ITransferFeeSource transferFeeSource, String counterparty, String currency, BigDecimal quantity, Order.OrderType type) The expected counterparty transfer fee for an order that results in a transfer of the supplied amount of currency. -
Uses of Order.OrderType in org.knowm.xchange.service.trade.params
Methods in org.knowm.xchange.service.trade.params that return Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return Order.OrderTypeModifier and TypeMethodDescriptionstatic Order.OrderType
TheRockAdapters.adaptOrderType
(TheRockOrder.Side orderSide) Methods in org.knowm.xchange.therock with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic TheRockOrder.Side
TheRockAdapters.adaptSide
(Order.OrderType type) -
Uses of Order.OrderType in org.knowm.xchange.upbit
Methods in org.knowm.xchange.upbit that return Order.OrderTypeMethods in org.knowm.xchange.upbit with parameters of type Order.OrderType -
Uses of Order.OrderType in org.knowm.xchange.utils
Methods in org.knowm.xchange.utils with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionOrderValuesHelper.adjustPrice
(BigDecimal price, Order.OrderType orderType) Adjusts the given price to the restrictions dictated byInstrumentMetaData
. -
Uses of Order.OrderType in org.knowm.xchange.vaultoro
Methods in org.knowm.xchange.vaultoro with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionstatic LimitOrder
VaultoroAdapters.adaptVaultoroOrder
(VaultoroOpenOrder o, Order.OrderType orderType) -
Uses of Order.OrderType in org.knowm.xchange.vaultoro.service
Methods in org.knowm.xchange.vaultoro.service with parameters of type Order.OrderTypeModifier and TypeMethodDescriptionVaultoroTradeServiceRaw.placeLimitOrder
(CurrencyPair currencyPair, Order.OrderType orderType, BigDecimal amount, BigDecimal price) VaultoroTradeServiceRaw.placeMarketOrder
(CurrencyPair currencyPair, Order.OrderType orderType, BigDecimal amount) -
Uses of Order.OrderType in org.knowm.xchange.yobit
Methods in org.knowm.xchange.yobit that return Order.OrderType