Uses of Class
org.knowm.xchange.instrument.Instrument
Packages that use Instrument
Package
Description
-
Uses of Instrument in dto.trade
Constructors in dto.trade with parameters of type InstrumentModifierConstructorDescriptionBybitComplexPositionChanges
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl) BybitComplexPositionChanges
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal liquidationPrice, BigDecimal unRealisedPnl, BigDecimal positionValue, BigDecimal entryPrice, BigDecimal leverage, BigDecimal takeProfit, BigDecimal stopLoss, BigDecimal curRealisedPnl, long createdTime, long updatedTime, long seq) -
Uses of Instrument in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return types with arguments of type InstrumentMethods in info.bitrich.xchangestream.binance with parameters of type InstrumentModifier and TypeMethodDescriptionstatic Trade
BinanceStreamingAdapters.adaptRawTrade
(BinanceRawTrade rawTrade, Instrument instrument) boolean
KlineSubscription.contains
(Instrument instrument, KlineInterval interval) io.reactivex.rxjava3.core.Observable<FundingRate>
BinanceStreamingMarketDataService.getFundingRate
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<BinanceKline>
BinanceStreamingMarketDataService.getKlines
(Instrument instrument, KlineInterval interval) io.reactivex.rxjava3.core.Observable<OrderBook>
BinanceStreamingMarketDataService.getOrderBook
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<List<OrderBookUpdate>>
BinanceStreamingMarketDataService.getOrderBookUpdates
(Instrument instrument, Object... args) Api to get binance incremental order book updates.io.reactivex.rxjava3.core.Observable<Order>
BinanceStreamingTradeService.getOrderChanges
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<BinanceBookTicker>
BinanceStreamingMarketDataService.getRawBookTicker
(Instrument instrument) io.reactivex.rxjava3.core.Observable<BinanceTicker24h>
BinanceStreamingMarketDataService.getRawTicker
(Instrument instrument) io.reactivex.rxjava3.core.Observable<BinanceRawTrade>
BinanceStreamingMarketDataService.getRawTrades
(Instrument instrument) io.reactivex.rxjava3.core.Observable<Ticker>
BinanceStreamingMarketDataService.getTicker
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Trade>
BinanceStreamingMarketDataService.getTrades
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<UserTrade>
BinanceStreamingTradeService.getUserTrades
(Instrument instrument, Object... args) void
BinanceStreamingMarketDataService.unsubscribe
(Instrument instrument, BinanceSubscriptionType subscriptionType) Live Unsubscription that should be called in the Observable.doOnDispose().void
BinanceStreamingMarketDataService.unsubscribeKline
(Instrument instrument, KlineInterval klineInterval) Constructor parameters in info.bitrich.xchangestream.binance with type arguments of type Instrument -
Uses of Instrument in info.bitrich.xchangestream.bybit
Methods in info.bitrich.xchangestream.bybit with parameters of type InstrumentModifier and TypeMethodDescriptionstatic OrderBook
BybitStreamAdapters.adaptOrderBook
(BybitOrderbook bybitOrderbooks, Instrument instrument) static LimitOrder
BybitStreamAdapters.adaptOrderBookOrder
(BybitPublicOrder bybitPublicOrder, Instrument instrument, Order.OrderType orderType, Date timestamp) static Trades
BybitStreamAdapters.adaptTrades
(List<BybitTrade> bybitTrades, Instrument instrument) io.reactivex.rxjava3.core.Observable<OrderBook>
BybitStreamingMarketDataService.getOrderBook
(Instrument instrument, Object... args) Linear invalid input: '&' inverse: Level 1 data, push frequency: 10ms Level 50 data, push frequency: 20ms Level 200 data, push frequency: 100ms Level 500 data, push frequency: 100ms Spot: Level 1 data, push frequency: 10ms Level 50 data, push frequency: 20ms Level 200 data, push frequency: 200msio.reactivex.rxjava3.core.Observable<List<OrderBookUpdate>>
BybitStreamingMarketDataService.getOrderBookUpdates
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Trade>
BybitStreamingMarketDataService.getTrades
(Instrument instrument, Object... args) -
Uses of Instrument in info.bitrich.xchangestream.core
Methods in info.bitrich.xchangestream.core that return types with arguments of type InstrumentModifier and TypeMethodDescriptionProductSubscription.getFundingRates()
ProductSubscription.getOrderBook()
ProductSubscription.getOrders()
ProductSubscription.getTicker()
ProductSubscription.getTrades()
ProductSubscription.getUserTrades()
Methods in info.bitrich.xchangestream.core with parameters of type InstrumentModifier and TypeMethodDescriptionProductSubscription.ProductSubscriptionBuilder.addAll
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addFundingRates
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addOrderbook
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addOrders
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addTicker
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addTrades
(Instrument pair) ProductSubscription.ProductSubscriptionBuilder.addUserTrades
(Instrument pair) default io.reactivex.rxjava3.core.Observable<FundingRate>
StreamingMarketDataService.getFundingRate
(Instrument instrument, Object... args) Get funding rate of specific instrument.default io.reactivex.rxjava3.core.Observable<OrderBook>
StreamingMarketDataService.getOrderBook
(Instrument instrument, Object... args) default io.reactivex.rxjava3.core.Observable<List<OrderBookUpdate>>
StreamingMarketDataService.getOrderBookUpdates
(Instrument instrument, Object... args) Get snapshots of orderBook update separately.default io.reactivex.rxjava3.core.Observable<Order>
StreamingTradeService.getOrderChanges
(Instrument instrument, Object... args) default io.reactivex.rxjava3.core.Observable<Ticker>
StreamingMarketDataService.getTicker
(Instrument instrument, Object... args) default io.reactivex.rxjava3.core.Observable<Trade>
StreamingMarketDataService.getTrades
(Instrument instrument, Object... args) default io.reactivex.rxjava3.core.Observable<UserTrade>
StreamingTradeService.getUserTrades
(Instrument instrument, Object... args) -
Uses of Instrument in info.bitrich.xchangestream.ftx
Methods in info.bitrich.xchangestream.ftx with parameters of type InstrumentModifier and TypeMethodDescriptionstatic OrderBook
FtxStreamingAdapters.adaptOrderbookMessage
(OrderBook orderBook, Instrument instrument, com.fasterxml.jackson.databind.JsonNode jsonNode) static Ticker
FtxStreamingAdapters.adaptTickerMessage
(Instrument instrument, com.fasterxml.jackson.databind.JsonNode jsonNode) FtxStreamingAdapters.adaptTradesMessage
(Instrument instrument, com.fasterxml.jackson.databind.JsonNode jsonNode) -
Uses of Instrument in info.bitrich.xchangestream.ftx.dto
Methods in info.bitrich.xchangestream.ftx.dto with parameters of type Instrument -
Uses of Instrument in info.bitrich.xchangestream.kraken
Methods in info.bitrich.xchangestream.kraken with parameters of type InstrumentModifier 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.static KrakenStreamingOhlc
KrakenStreamingAdapters.adaptOhlc
(Instrument instrument, com.fasterxml.jackson.databind.node.ArrayNode arrayNode) static OrderBook
KrakenStreamingAdapters.adaptOrderbookMessage
(int depth, TreeSet<LimitOrder> bids, TreeSet<LimitOrder> asks, Instrument instrument, com.fasterxml.jackson.databind.node.ArrayNode arrayNode) static Ticker
KrakenStreamingAdapters.adaptSpreadMessage
(Instrument instrument, com.fasterxml.jackson.databind.node.ArrayNode arrayNode) Adapt an ArrayNode containing a spread message into a Tickerstatic Ticker
KrakenStreamingAdapters.adaptTickerMessage
(Instrument instrument, com.fasterxml.jackson.databind.node.ArrayNode arrayNode) Adapt an ArrayNode containing a ticker message into a Tickerstatic Trade
KrakenStreamingAdapters.adaptTrade
(Instrument instrument, com.fasterxml.jackson.databind.JsonNode arrayNode) Adapt an JsonNode into a single TradeKrakenStreamingAdapters.adaptTrades
(Instrument instrument, com.fasterxml.jackson.databind.JsonNode arrayNode) Adapt an JsonNode into a list of Trade -
Uses of Instrument in info.bitrich.xchangestream.krakenfutures
Methods in info.bitrich.xchangestream.krakenfutures with parameters of type InstrumentModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<FundingRate>
KrakenFuturesStreamingMarketDataService.getFundingRate
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<OrderBook>
KrakenFuturesStreamingMarketDataService.getOrderBook
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Ticker>
KrakenFuturesStreamingMarketDataService.getTicker
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Trade>
KrakenFuturesStreamingMarketDataService.getTrades
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<UserTrade>
KrakenFuturesStreamingTradeService.getUserTrades
(Instrument instrument, Object... args) -
Uses of Instrument in info.bitrich.xchangestream.okex
Methods in info.bitrich.xchangestream.okex with parameters of type InstrumentModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<FundingRate>
OkexStreamingMarketDataService.getFundingRate
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<OrderBook>
OkexStreamingMarketDataService.getOrderBook
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<List<OrderBookUpdate>>
OkexStreamingMarketDataService.getOrderBookUpdates
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Ticker>
OkexStreamingMarketDataService.getTicker
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<Trade>
OkexStreamingMarketDataService.getTrades
(Instrument instrument, Object... args) io.reactivex.rxjava3.core.Observable<UserTrade>
OkexStreamingTradeService.getUserTrades
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange
Methods in org.knowm.xchange that return types with arguments of type InstrumentModifier and TypeMethodDescriptionBaseExchange.getExchangeInstruments()
Exchange.getExchangeInstruments()
Returns a list of CurrencyPair objects. -
Uses of Instrument in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto with parameters of type Instrument -
Uses of Instrument in org.knowm.xchange.bibox.service
Method parameters in org.knowm.xchange.bibox.service with type arguments of type InstrumentModifier and TypeMethodDescriptionBiboxMarketDataServiceRaw.getBiboxOrderBooks
(Integer depth, Collection<Instrument> currencyPairs) BiboxMarketDataService.getOrderBooks
(Integer depth, Collection<Instrument> currencyPairs) -
Uses of Instrument in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
BinanceAdapters.adaptSymbol
(String symbol, boolean isFuture) Methods in org.knowm.xchange.binance with parameters of type InstrumentModifier and TypeMethodDescriptionstatic Trades
BinanceAdapters.adaptTrades
(List<BinanceAggTrades> aggTrades, Instrument instrument) static Boolean
BinanceAdapters.isInverse
(Instrument pair) static String
BinanceAdapters.toInverseSymbol
(Instrument pair) static String
BinanceAdapters.toSymbol
(Instrument pair) static String
BinanceAdapters.toSymbol
(Instrument pair, Boolean isInverse) -
Uses of Instrument in org.knowm.xchange.binance.dto.marketdata
Constructors in org.knowm.xchange.binance.dto.marketdata with parameters of type InstrumentModifierConstructorDescriptionBinanceKline
(Instrument instrument, KlineInterval interval, Object[] obj) -
Uses of Instrument in org.knowm.xchange.binance.dto.trade
Methods in org.knowm.xchange.binance.dto.trade that return InstrumentModifier and TypeMethodDescriptionBinanceCancelOrderParams.getInstrument()
BinanceQueryOrderParams.getInstrument()
BinanceTradeHistoryParams.getInstrument()
Methods in org.knowm.xchange.binance.dto.trade with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
BinanceQueryOrderParams.setInstrument
(Instrument instrument) void
BinanceTradeHistoryParams.setInstrument
(Instrument instrument) Constructors in org.knowm.xchange.binance.dto.trade with parameters of type InstrumentModifierConstructorDescriptionBinanceCancelOrderParams
(Instrument pair, String orderId) BinanceQueryOrderParams
(Instrument instrument, String orderId) BinanceTradeHistoryParams
(Instrument instrument) -
Uses of Instrument in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type InstrumentModifier and TypeMethodDescriptionBinanceAccountService.getDynamicTradingFeesByInstrument()
BinanceUsAccountService.getDynamicTradingFeesByInstrument()
Methods in org.knowm.xchange.binance.service with parameters of type InstrumentModifier and TypeMethodDescriptionBinanceMarketDataServiceRaw.aggTradesAllProducts
(Instrument pair, Long fromId, Long startTime, Long endTime, Integer limit) BinanceTradeServiceRaw.cancelAllOpenOrdersAllProducts
(Instrument pair) BinanceTradeServiceRaw.cancelOrderAllProducts
(Instrument pair, Long orderId, String origClientOrderId, String newClientOrderId) static OrderBook
BinanceMarketDataService.convertOrderBook
(BinanceOrderbook ob, Instrument pair) BinanceMarketDataServiceRaw.getBinanceFundingRate
(Instrument instrument) BinanceMarketDataServiceRaw.getBinanceOrderbookAllProducts
(Instrument pair, Integer limit) BinanceMarketDataService.getFundingRate
(Instrument instrument) BinanceMarketDataService.getOrderBook
(Instrument instrument, Object... args) BinanceMarketDataService.getTicker
(Instrument instrument, Object... args) BinanceMarketDataService.getTrades
(Instrument instrument, Object... args) optional parameters provided in the args array: 0: Long fromId optional, ID to get aggregate trades from INCLUSIVE.BinanceTradeServiceRaw.myTradesAllProducts
(Instrument pair, Long orderId, Long startTime, Long endTime, Long fromId, Integer limit) BinanceTradeServiceRaw.newFutureOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newInverseFutureOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, boolean closePosition, BigDecimal activationPrice, BigDecimal callbackRate, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newPortfolioMarginFutureOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.newPortfolioMarginInverseFutureOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, boolean reduceOnly, BigDecimal price, String newClientOrderId, BinanceNewOrder.NewOrderResponseType newOrderRespType) BinanceTradeServiceRaw.openOrdersAllProducts
(Instrument pair) protected int
BinanceTradeServiceRaw.openOrdersPermits
(Instrument pair) BinanceTradeServiceRaw.orderStatusAllProducts
(Instrument pair, Long orderId, String origClientOrderId) void
BinanceTradeServiceRaw.testNewOrder
(Instrument pair, OrderSide side, OrderType type, TimeInForce timeInForce, BigDecimal quantity, BigDecimal quoteOrderQty, BigDecimal price, String newClientOrderId, BigDecimal stopPrice, Long trailingDelta, BigDecimal icebergQty) BinanceMarketDataServiceRaw.ticker24hAllProducts
(Instrument pair) -
Uses of Instrument in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> BitfinexAdapters.adaptDynamicTradingFees
(BitfinexTradingFeeResponse[] responses, List<Instrument> currencyPairs) Each element in the response array contains a set of currencies that are at a given fee tier.BitfinexAccountService.getDynamicTradingFeesByInstrument()
Method parameters in org.knowm.xchange.bitfinex.service with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> BitfinexAdapters.adaptDynamicTradingFees
(BitfinexTradingFeeResponse[] responses, List<Instrument> currencyPairs) Each element in the response array contains a set of currencies that are at a given fee tier. -
Uses of Instrument in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
InstrumentMetaData> BitstampAdapters.adaptCurrencyPairs
(Collection<BitstampPairInfo> bitstampPairInfo) Method parameters in org.knowm.xchange.bitstamp with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic BitstampGenericOrder
BitstampAdapters.adaptOrder
(String orderId, BitstampOrderStatusResponse bitstampOrderStatusResponse, List<Instrument> exchangeSymbols) There is no method to discern market versus limit order type - so this returns a generic BitstampGenericOrder as a status -
Uses of Instrument in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex with parameters of type InstrumentModifier and TypeMethodDescriptionstatic String
BittrexUtils.toPairString
(Instrument currencyPair) Method parameters in org.knowm.xchange.bittrex with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic void
BittrexAdapters.adaptMetaData
(List<BittrexSymbol> rawSymbols, List<BittrexCurrency> bittrexCurrencies, Map<Instrument, Fee> dynamicTradingFees, ExchangeMetaData metaData) -
Uses of Instrument in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain with parameters of type InstrumentModifier and TypeMethodDescriptionstatic CurrencyPair
BlockchainAdapters.toCurrencyPair
(Instrument instrument) -
Uses of Instrument in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return types with arguments of type InstrumentMethods in org.knowm.xchange.blockchain.service with parameters of type InstrumentModifier and TypeMethodDescriptionBlockchainMarketDataService.getOrderBook
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.btcmarkets.dto.v3.marketdata
Constructors in org.knowm.xchange.btcmarkets.dto.v3.marketdata with parameters of type InstrumentModifierConstructorDescriptionBTCMarketsMarketTradeParams
(Instrument currencyPair, Integer limit, Long before, Long after) -
Uses of Instrument in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
BybitAdapters.adaptInstrumentInfo
(BybitInstrumentInfo instrumentInfo) static Instrument
BybitAdapters.convertBybitSymbolToInstrument
(String symbol, BybitCategory category) static Instrument
BybitAdapters.guessSymbol
(String symbol, BybitCategory category) Methods in org.knowm.xchange.bybit with parameters of type InstrumentModifier and TypeMethodDescriptionstatic Ticker
BybitAdapters.adaptBybitLinearInverseTicker
(Instrument instrument, Date time, BybitLinearInverseTicker bybitTicker) static Ticker
BybitAdapters.adaptBybitOptionTicker
(Instrument instrument, Date time, BybitOptionTicker bybitTicker) static Ticker
BybitAdapters.adaptBybitSpotTicker
(Instrument instrument, Date time, BybitSpotTicker bybitTicker) static String
BybitAdapters.convertToBybitSymbol
(Instrument instrument) Converts instruments to Bybit symbols.static BybitCategory
BybitAdapters.getCategory
(Instrument instrument) static Boolean
BybitAdapters.isInverse
(Instrument pair) -
Uses of Instrument in org.knowm.xchange.bybit.service
Methods in org.knowm.xchange.bybit.service with parameters of type InstrumentModifier and TypeMethodDescriptionBybitMarketDataService.getTicker
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> CexIOAdapters.adaptDynamicTradingFees
(Map<CurrencyPair, CexIOFeeInfo.FeeDetails> fees) -
Uses of Instrument in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return types with arguments of type InstrumentMethods in org.knowm.xchange.coinbasepro.service with parameters of type InstrumentModifier and TypeMethodDescriptionboolean
CoinbaseProMarketDataServiceRaw.checkProductExists
(Instrument currencyPair) -
Uses of Instrument in org.knowm.xchange.coincheck
Methods in org.knowm.xchange.coincheck with parameters of type InstrumentModifier and TypeMethodDescriptionstatic final LimitOrder
CoincheckAdapter.createOrder
(Order.OrderType orderType, Instrument instrument, List<BigDecimal> data) static OrderBook
CoincheckAdapter.createOrderBook
(Instrument instrument, CoincheckOrderBook coincheck) static final List<LimitOrder>
CoincheckAdapter.createOrders
(Order.OrderType orderType, Instrument instrument, List<List<BigDecimal>> data) static Ticker
CoincheckAdapter.createTicker
(Instrument instrument, CoincheckTicker coincheck) -
Uses of Instrument in org.knowm.xchange.coincheck.service
Methods in org.knowm.xchange.coincheck.service with parameters of type InstrumentModifier and TypeMethodDescriptionCoincheckMarketDataService.getOrderBook
(Instrument instrument, Object... args) CoincheckMarketDataService.getTicker
(Instrument instrument, Object... args) CoincheckMarketDataService.getTrades
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.coinex
Methods in org.knowm.xchange.coinex with parameters of type InstrumentModifier and TypeMethodDescriptionCoinexAdapters.toString
(Instrument instrument) CoinexAdapters.toTicker
(Instrument instrument, CoinexTickerV1 coinexTickerV1, Instant timestamp) Method parameters in org.knowm.xchange.coinex with type arguments of type InstrumentModifier and TypeMethodDescriptionCoinexAdapters.instrumentsToString
(Collection<Instrument> instruments) -
Uses of Instrument in org.knowm.xchange.coinex.service
Methods in org.knowm.xchange.coinex.service with parameters of type InstrumentModifier and TypeMethodDescriptionCoinexMarketDataServiceRaw.getCoinexSingleMarketStatisticsV1
(Instrument instrument) CoinexMarketDataService.getOrderBook
(Instrument instrument, Object... args) CoinexMarketDataService.getTicker
(Instrument instrument, Object... args) Method parameters in org.knowm.xchange.coinex.service with type arguments of type InstrumentModifier and TypeMethodDescriptionCoinexMarketDataServiceRaw.getCoinexCurrencyPairInfos
(Collection<Instrument> instruments) -
Uses of Instrument in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service with parameters of type InstrumentModifier and TypeMethodDescriptionCoinfloorAccountServiceRaw.getCoinfloorBalance
(Instrument pair) CoinfloorTradeServiceRaw.getUserTransactions
(Instrument pair, Integer numberOfTransactions, Long offset, TradeHistoryParamsSorted.Order sort) -
Uses of Instrument in org.knowm.xchange.coinmarketcap.deprecated.v2
Methods in org.knowm.xchange.coinmarketcap.deprecated.v2 that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate with parameters of type Instrument -
Uses of Instrument in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.currency
Subclasses of Instrument in org.knowm.xchange.currencyModifier and TypeClassDescriptionclass
Value object to provide the following to API: Provision of major currency symbol pairs (EUR/USD, GBP/USD etc) Provision of arbitrary symbol pairs for exchange index trading, notional currencies etc -
Uses of Instrument in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
DeribitAdapters.adaptInstrument
(String instrumentName) Methods in org.knowm.xchange.deribit.v2 with parameters of type InstrumentModifier and TypeMethodDescriptionstatic String
DeribitAdapters.adaptInstrumentName
(Instrument instrument) static Trade
DeribitAdapters.adaptTrade
(DeribitTrade deribitTrade, Instrument instrument) static Trades
DeribitAdapters.adaptTrades
(DeribitTrades deribitTrades, Instrument instrument) -
Uses of Instrument in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service that return InstrumentMethods in org.knowm.xchange.deribit.v2.service with parameters of type InstrumentModifier and TypeMethodDescriptionDeribitMarketDataService.getOrderBook
(Instrument instrument, Object... args) DeribitMarketDataService.getTicker
(Instrument instrument, Object... args) DeribitMarketDataService.getTrades
(Instrument instrument, Object... args) void
DeribitTradeHistoryParams.setInstrument
(Instrument instrument) Constructors in org.knowm.xchange.deribit.v2.service with parameters of type Instrument -
Uses of Instrument in org.knowm.xchange.derivative
Subclasses of Instrument in org.knowm.xchange.derivative -
Uses of Instrument in org.knowm.xchange.dto
Fields in org.knowm.xchange.dto declared as InstrumentMethods in org.knowm.xchange.dto that return InstrumentMethods in org.knowm.xchange.dto with parameters of type InstrumentConstructors in org.knowm.xchange.dto with parameters of type InstrumentModifierConstructorDescriptionprotected
Builder
(Order.OrderType orderType, Instrument instrument) Order
(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 Instrument in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return InstrumentMethods in org.knowm.xchange.dto.account with parameters of type InstrumentConstructors in org.knowm.xchange.dto.account with parameters of type InstrumentModifierConstructorDescriptionOpenPosition
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl) -
Uses of Instrument in org.knowm.xchange.dto.marketdata
Fields in org.knowm.xchange.dto.marketdata declared as InstrumentModifier and TypeFieldDescriptionprotected Instrument
FundingRate.Builder.instrument
protected Instrument
Trade.Builder.instrument
protected final Instrument
Trade.instrument
The instrumentMethods in org.knowm.xchange.dto.marketdata that return InstrumentModifier and TypeMethodDescriptionCandleStickData.getInstrument()
Ticker.getInstrument()
Trade.getInstrument()
Methods in org.knowm.xchange.dto.marketdata with parameters of type InstrumentModifier and TypeMethodDescriptionFundingRate.Builder.instrument
(Instrument instrument) Ticker.Builder.instrument
(Instrument instrument) Trade.Builder.instrument
(Instrument instrument) Constructors in org.knowm.xchange.dto.marketdata with parameters of type InstrumentModifierConstructorDescriptionCandleStickData
(Instrument instrument, List<CandleStick> candleSticks) FundingRate
(Instrument instrument, BigDecimal fundingRate1h, BigDecimal fundingRate8h, Date fundingRateDate, long fundingRateEffectiveInMinutes) OrderBookUpdate
(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 Instrument in org.knowm.xchange.dto.meta
Constructor parameters in org.knowm.xchange.dto.meta with type arguments of type InstrumentModifierConstructorDescriptionExchangeMetaData
(Map<Instrument, InstrumentMetaData> instruments, Map<Currency, CurrencyMetaData> currency, RateLimit[] publicRateLimits, RateLimit[] privateRateLimits, Boolean shareRateLimits) Constructor -
Uses of Instrument in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade with parameters of type InstrumentModifier and TypeMethodDescriptionLimitOrder.Builder.instrument
(Instrument instrument) MarketOrder.Builder.instrument
(Instrument instrument) StopOrder.Builder.instrument
(Instrument instrument) UserTrade.Builder.instrument
(Instrument instrument) Constructors in org.knowm.xchange.dto.trade with parameters of type InstrumentModifierConstructorDescriptionBuilder
(Order.OrderType orderType, Instrument instrument) Builder
(Order.OrderType orderType, Instrument instrument) Builder
(Order.OrderType orderType, Instrument instrument) 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 Instrument in org.knowm.xchange.exceptions
Methods in org.knowm.xchange.exceptions that return InstrumentConstructors in org.knowm.xchange.exceptions with parameters of type InstrumentModifierConstructorDescriptionInstrumentNotValidException
(String message, Throwable cause, Instrument instrument) InstrumentNotValidException
(String message, Instrument instrument) InstrumentNotValidException
(Throwable cause, Instrument instrument) InstrumentNotValidException
(Instrument instrument) -
Uses of Instrument in org.knowm.xchange.gateio
Method parameters in org.knowm.xchange.gateio with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic OpenOrders
GateioAdapters.adaptOpenOrders
(GateioOpenOrders openOrders, Collection<Instrument> currencyPairs) static LimitOrder
GateioAdapters.adaptOrder
(GateioOpenOrder order, Collection<Instrument> currencyPairs) -
Uses of Instrument in org.knowm.xchange.gateio.dto.marketdata
Methods in org.knowm.xchange.gateio.dto.marketdata that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.gateio.dto.trade
Constructors in org.knowm.xchange.gateio.dto.trade with parameters of type InstrumentModifierConstructorDescriptionGateioUserTrade
(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 Instrument in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> GeminiAdapters.AdaptDynamicTradingFees
(GeminiTrailingVolumeResponse volumeResponse, List<Instrument> currencyPairs) Method parameters in org.knowm.xchange.gemini.v1 with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> GeminiAdapters.AdaptDynamicTradingFees
(GeminiTrailingVolumeResponse volumeResponse, List<Instrument> currencyPairs) -
Uses of Instrument in org.knowm.xchange.gemini.v1.service
Fields in org.knowm.xchange.gemini.v1.service with type parameters of type InstrumentModifier and TypeFieldDescriptionprotected final List<Instrument>
GeminiAccountServiceRaw.allCurrencyPairs
Methods in org.knowm.xchange.gemini.v1.service that return types with arguments of type InstrumentMethods in org.knowm.xchange.gemini.v1.service with parameters of type InstrumentModifier and TypeMethodDescriptionGeminiMarketDataService.getTicker
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.hitbtc.v2.dto
Constructor parameters in org.knowm.xchange.hitbtc.v2.dto with type arguments of type InstrumentModifierConstructorDescriptionHitbtcMetaData
(Map<Instrument, InstrumentMetaData> currencyPairs, Map<Currency, CurrencyMetaData> currencies, RateLimit[] publicRateLimits, RateLimit[] privateRateLimits, Boolean shareRateLimits, int minPollDelay) Constructor -
Uses of Instrument in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that return types with arguments of type InstrumentModifier and TypeMethodDescriptionIndependentReserveAccountService.getDynamicTradingFeesByInstrument()
Methods in org.knowm.xchange.independentreserve.service with parameters of type InstrumentModifier and TypeMethodDescriptionIndependentReserveTradeServiceRaw.independentReservePlaceMarketOrder
(Instrument instrument, Order.OrderType type, BigDecimal originalAmount) -
Uses of Instrument in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic Map<Instrument,
Fee> KrakenAdapters.adaptFees
(KrakenTradeVolume krakenTradeVolume) -
Uses of Instrument in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return types with arguments of type InstrumentMethods in org.knowm.xchange.kraken.service with parameters of type InstrumentModifier and TypeMethodDescriptionprotected int
KrakenBaseService.getAssetPairScale
(Instrument instrument) -
Uses of Instrument in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
KrakenFuturesAdapters.adaptInstrument
(String symbol) Methods in org.knowm.xchange.krakenfutures with parameters of type InstrumentModifier and TypeMethodDescriptionstatic String
KrakenFuturesAdapters.adaptKrakenFuturesSymbol
(Instrument instrument) static Ticker
KrakenFuturesAdapters.adaptTicker
(KrakenFuturesTicker krakenFuturesTicker, Instrument instrument) static Trades
KrakenFuturesAdapters.adaptTrades
(KrakenFuturesPublicFills krakenFuturesTrades, Instrument instrument) -
Uses of Instrument in org.knowm.xchange.krakenfutures.dto.marketData
Methods in org.knowm.xchange.krakenfutures.dto.marketData with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
KrakenFuturesOrderBook.setInstrument
(Instrument instrument) void
KrakenFuturesPublicFills.setInstrument
(Instrument instrument) -
Uses of Instrument in org.knowm.xchange.krakenfutures.service
Methods in org.knowm.xchange.krakenfutures.service with parameters of type InstrumentModifier and TypeMethodDescriptionKrakenFuturesTradeServiceRaw.cancelAllOrdersByInstrument
(Instrument instrument) KrakenFuturesMarketDataService.getFundingRate
(Instrument instrument) KrakenFuturesMarketDataServiceRaw.getKrakenFuturesOrderBook
(Instrument instrument) KrakenFuturesMarketDataServiceRaw.getKrakenFuturesTicker
(Instrument instrument) KrakenFuturesMarketDataServiceRaw.getKrakenFuturesTrades
(Instrument instrument) KrakenFuturesMarketDataService.getOrderBook
(Instrument instrument, Object... args) KrakenFuturesMarketDataService.getTicker
(Instrument instrument, Object... args) KrakenFuturesMarketDataService.getTrades
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.lykke
Method parameters in org.knowm.xchange.lykke with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic LimitOrder
LykkeAdapter.adaptLimitOrder
(List<Instrument> currencyPairList, LykkeOrder lykkeOrder) static List<LimitOrder>
LykkeAdapter.adaptOpenOrders
(List<Instrument> currencyPairList, List<LykkeOrder> lykkeOrders) Adapter for LykkeOpenOrders*****LykkeAdapter.adaptUserTrades
(List<Instrument> currencyPairList, List<LykkeOrder> tradeHistoryList) Adapter for LykkeTradeHistory*** -
Uses of Instrument in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin with parameters of type InstrumentModifier and TypeMethodDescriptionstatic String
OkCoinAdapters.adaptSymbol
(Instrument currencyPair) -
Uses of Instrument in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return InstrumentModifier and TypeMethodDescriptionOkCoinFuturesTradeService.OkCoinFuturesCancelOrderParams.getInstrument()
OkCoinFuturesTradeService.OkCoinFuturesOrderQueryParams.getInstrument()
Methods in org.knowm.xchange.okcoin.service with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
OkCoinFuturesTradeService.OkCoinFuturesOrderQueryParams.setInstrument
(Instrument instrument) Constructors in org.knowm.xchange.okcoin.service with parameters of type InstrumentModifierConstructorDescriptionOkCoinFuturesCancelOrderParams
(Instrument instrument, FuturesContract futuresContract, String orderId) OkCoinFuturesOrderQueryParams
(Instrument instrument, FuturesContract futuresContract, String orderId) -
Uses of Instrument in org.knowm.xchange.okex
Methods in org.knowm.xchange.okex that return InstrumentModifier and TypeMethodDescriptionstatic Instrument
OkexAdapters.adaptOkexInstrumentId
(String instrumentId) Methods in org.knowm.xchange.okex with parameters of type InstrumentModifier and TypeMethodDescriptionstatic String
OkexAdapters.adaptInstrument
(Instrument instrument) static LimitOrder
OkexAdapters.adaptLimitOrder
(OkexPublicOrder okexPublicOrder, Instrument instrument, Order.OrderType orderType, Date timestamp) static OrderBook
OkexAdapters.adaptOrderBook
(List<OkexOrderbook> okexOrderbooks, Instrument instrument) static OrderBook
OkexAdapters.adaptOrderBook
(OkexResponse<List<OkexOrderbook>> okexOrderbook, Instrument instrument) static LimitOrder
OkexAdapters.adaptOrderbookOrder
(BigDecimal amount, BigDecimal price, Instrument instrument, Order.OrderType orderType, Date timestamp) static Trades
OkexAdapters.adaptTrades
(List<OkexTrade> okexTrades, Instrument instrument) -
Uses of Instrument in org.knowm.xchange.okex.dto.trade
Fields in org.knowm.xchange.okex.dto.trade declared as InstrumentModifier and TypeFieldDescriptionfinal Instrument
OkexTradeParams.OkexCancelOrderParams.instrument
Methods in org.knowm.xchange.okex.dto.trade that return InstrumentConstructors in org.knowm.xchange.okex.dto.trade with parameters of type Instrument -
Uses of Instrument in org.knowm.xchange.okex.service
Methods in org.knowm.xchange.okex.service with parameters of type InstrumentModifier and TypeMethodDescriptionOkexMarketDataService.getFundingRate
(Instrument instrument) OkexMarketDataService.getOrderBook
(Instrument instrument, Object... args) OkexMarketDataService.getTicker
(Instrument instrument, Object... args) OkexMarketDataService.getTrades
(Instrument instrument, Object... args) -
Uses of Instrument in org.knowm.xchange.service.account
Methods in org.knowm.xchange.service.account that return types with arguments of type InstrumentModifier and TypeMethodDescriptiondefault Map<Instrument,
Fee> AccountService.getDynamicTradingFeesByInstrument()
Get the trading fees per instrument as determined by the given exchange's rules for adjusting fees by recent volume traded. -
Uses of Instrument in org.knowm.xchange.service.marketdata
Methods in org.knowm.xchange.service.marketdata with parameters of type InstrumentModifier and TypeMethodDescriptiondefault FundingRate
MarketDataService.getFundingRate
(Instrument instrument) Get the FundingRate for specific instrument.default OrderBook
MarketDataService.getOrderBook
(Instrument instrument, Object... args) Get an order book representing the current offered exchange rates (market depth)default Ticker
MarketDataService.getTicker
(Instrument instrument, Object... args) Get a ticker representing the current exchange ratedefault Trades
MarketDataService.getTrades
(Instrument instrument, Object... args) Get the trades recently performed by the exchange -
Uses of Instrument in org.knowm.xchange.service.marketdata.params
Methods in org.knowm.xchange.service.marketdata.params that return types with arguments of type Instrument -
Uses of Instrument in org.knowm.xchange.service.trade.params
Methods in org.knowm.xchange.service.trade.params that return InstrumentModifier and TypeMethodDescriptionCancelOrderByInstrument.getInstrument()
DefaultCancelAllOrdersByInstrument.getInstrument()
DefaultCancelOrderByInstrumentAndIdParams.getInstrument()
DefaultTradeHistoryParamInstrument.getInstrument()
InstrumentParam.getInstrument()
TradeHistoryParamsAll.getInstrument()
Methods in org.knowm.xchange.service.trade.params that return types with arguments of type InstrumentModifier and TypeMethodDescriptionDefaultTradeHistoryParamMultiInstrument.getInstruments()
TradeHistoryParamMultiInstrument.getInstruments()
TradeHistoryParamsAll.getInstruments()
Methods in org.knowm.xchange.service.trade.params with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
DefaultCancelOrderByInstrumentAndIdParams.setInstrument
(Instrument instrument) void
DefaultTradeHistoryParamInstrument.setInstrument
(Instrument instrument) void
InstrumentParam.setInstrument
(Instrument instrument) void
TradeHistoryParamsAll.setInstrument
(Instrument instrument) Method parameters in org.knowm.xchange.service.trade.params with type arguments of type InstrumentModifier and TypeMethodDescriptionvoid
DefaultTradeHistoryParamMultiInstrument.setInstruments
(Collection<Instrument> instruments) void
TradeHistoryParamMultiInstrument.setInstruments
(Collection<Instrument> instruments) void
TradeHistoryParamsAll.setInstruments
(Collection<Instrument> instruments) Constructors in org.knowm.xchange.service.trade.params with parameters of type InstrumentModifierConstructorDescriptionDefaultCancelAllOrdersByInstrument
(Instrument instrument) DefaultCancelOrderByInstrumentAndIdParams
(Instrument instrument, String orderId) DefaultTradeHistoryParamInstrument
(Instrument instrument) Constructor parameters in org.knowm.xchange.service.trade.params with type arguments of type InstrumentModifierConstructorDescriptionDefaultTradeHistoryParamMultiInstrument
(Collection<Instrument> instruments) -
Uses of Instrument in org.knowm.xchange.service.trade.params.orders
Methods in org.knowm.xchange.service.trade.params.orders that return InstrumentModifier and TypeMethodDescriptionDefaultOpenOrdersParamInstrument.getInstrument()
DefaultQueryOrderParamInstrument.getInstrument()
OrderQueryParamInstrument.getInstrument()
Methods in org.knowm.xchange.service.trade.params.orders that return types with arguments of type InstrumentModifier and TypeMethodDescriptionstatic List<Instrument>
DefaultOpenOrdersParamInstrument.getInstruments
(OpenOrdersParams params, Exchange exchange) DefaultOpenOrdersParamMultiInstrument.getInstruments()
OpenOrdersParamMultiInstrument.getInstruments()
static List<Instrument>
DefaultOpenOrdersParamCurrencyPair.getPairs
(OpenOrdersParams params, Exchange exchange) Methods in org.knowm.xchange.service.trade.params.orders with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
DefaultOpenOrdersParamInstrument.setInstrument
(Instrument instrument) void
DefaultQueryOrderParamInstrument.setInstrument
(Instrument instrument) void
OrderQueryParamInstrument.setInstrument
(Instrument instrument) Method parameters in org.knowm.xchange.service.trade.params.orders with type arguments of type InstrumentModifier and TypeMethodDescriptionvoid
DefaultOpenOrdersParamMultiInstrument.setInstruments
(Collection<Instrument> value) void
OpenOrdersParamMultiInstrument.setInstruments
(Collection<Instrument> instruments) Constructors in org.knowm.xchange.service.trade.params.orders with parameters of type InstrumentModifierConstructorDescriptionDefaultOpenOrdersParamInstrument
(Instrument instrument) DefaultQueryOrderParamInstrument
(Instrument instrument, String orderId) Constructor parameters in org.knowm.xchange.service.trade.params.orders with type arguments of type InstrumentModifierConstructorDescriptionDefaultOpenOrdersParamMultiInstrument
(Collection<Instrument> instruments) -
Uses of Instrument in org.knowm.xchange.upbit
Methods in org.knowm.xchange.upbit with parameters of type Instrument -
Uses of Instrument in org.knowm.xchange.upbit.service
Method parameters in org.knowm.xchange.upbit.service with type arguments of type InstrumentModifier and TypeMethodDescriptionUpbitMarketDataServiceRaw.getTickers
(List<Instrument> currencyPair) -
Uses of Instrument in org.knowm.xchange.utils.jackson
Methods in org.knowm.xchange.utils.jackson that return InstrumentModifier and TypeMethodDescriptionInstrumentDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt)