Uses of Class
org.knowm.xchange.dto.trade.LimitOrder
-
Uses of LimitOrder in info.bitrich.xchangestream.bitflyer.dto
Methods in info.bitrich.xchangestream.bitflyer.dto that return LimitOrder Modifier and Type Method Description LimitOrder
BitflyerLimitOrder. toLimitOrder(CurrencyPair pair, Order.OrderType side)
Methods in info.bitrich.xchangestream.bitflyer.dto that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BitflyerOrderbook. toLimitOrders(BitflyerLimitOrder[] levels, Order.OrderType side, CurrencyPair pair)
-
Uses of LimitOrder in info.bitrich.xchangestream.bitmex.dto
Methods in info.bitrich.xchangestream.bitmex.dto that return LimitOrder Modifier and Type Method Description LimitOrder
BitmexLimitOrder. toLimitOrder()
Methods in info.bitrich.xchangestream.bitmex.dto that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BitmexOrderbook. toLimitOrders(BitmexLimitOrder[] levels)
-
Uses of LimitOrder in info.bitrich.xchangestream.cexio
Subclasses of LimitOrder in info.bitrich.xchangestream.cexio Modifier and Type Class Description class
CexioOrder
-
Uses of LimitOrder in info.bitrich.xchangestream.coinbasepro.dto
Method parameters in info.bitrich.xchangestream.coinbasepro.dto with type arguments of type LimitOrder Modifier and Type Method Description OrderBook
CoinbaseProWebSocketTransaction. toOrderBook(SortedMap<BigDecimal,LimitOrder> bids, SortedMap<BigDecimal,LimitOrder> asks, int maxDepth, CurrencyPair currencyPair)
-
Uses of LimitOrder in info.bitrich.xchangestream.dydx
Methods in info.bitrich.xchangestream.dydx that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
dydxStreamingAdapters. dydxOrderBookChanges(Order.OrderType orderType, CurrencyPair currencyPair, String[][] changes, SortedMap<BigDecimal,BigDecimal> sideEntries, int maxDepth, boolean isV1)
-
Uses of LimitOrder in info.bitrich.xchangestream.ftx
Method parameters in info.bitrich.xchangestream.ftx with type arguments of type LimitOrder Modifier and Type Method Description static Long
FtxStreamingAdapters. getOrderbookChecksum(List<LimitOrder> asks, List<LimitOrder> bids)
-
Uses of LimitOrder in info.bitrich.xchangestream.kraken
Methods in info.bitrich.xchangestream.kraken that return LimitOrder Modifier and Type Method Description static LimitOrder
KrakenStreamingAdapters. adaptLimitOrder(Instrument instrument, Order.OrderType orderType, com.fasterxml.jackson.databind.JsonNode node)
Adapt a JsonNode containing two decimals into a LimitOrderMethods in info.bitrich.xchangestream.kraken that return types with arguments of type LimitOrder Modifier and Type Method Description static 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.Method parameters in info.bitrich.xchangestream.kraken with type arguments of type LimitOrder Modifier and Type Method Description static OrderBook
KrakenStreamingAdapters. adaptOrderbookMessage(int depth, TreeSet<LimitOrder> bids, TreeSet<LimitOrder> asks, Instrument instrument, com.fasterxml.jackson.databind.node.ArrayNode arrayNode)
static long
KrakenStreamingChecksum. createCrcChecksum(TreeSet<LimitOrder> asks, TreeSet<LimitOrder> bids)
static String
KrakenStreamingChecksum. createCrcString(TreeSet<LimitOrder> asks, TreeSet<LimitOrder> bids)
-
Uses of LimitOrder in info.bitrich.xchangestream.lgo
Methods in info.bitrich.xchangestream.lgo with parameters of type LimitOrder Modifier and Type Method Description String
LgoStreamingTradeService. placeLimitOrder(LimitOrder limitOrder)
Place a limit order -
Uses of LimitOrder in info.bitrich.xchangestream.util
Methods in info.bitrich.xchangestream.util with parameters of type LimitOrder Modifier and Type Method Description static String
BookSanityChecker. hasErrors(LimitOrder limitOrder)
Method parameters in info.bitrich.xchangestream.util with type arguments of type LimitOrder Modifier and Type Method Description static String
BookSanityChecker. hasErrors(Iterator<LimitOrder> side)
-
Uses of LimitOrder in org.knowm.xchange.ascendex
Methods in org.knowm.xchange.ascendex with parameters of type LimitOrder Modifier and Type Method Description static AscendexPlaceOrderRequestPayload
AscendexAdapters. adaptLimitOrderToAscendexPlaceOrderRequestPayload(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.ascendex.service
Methods in org.knowm.xchange.ascendex.service with parameters of type LimitOrder Modifier and Type Method Description String
AscendexTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bankera
Methods in org.knowm.xchange.bankera that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BankeraAdapters. adaptOpenOrders(BankeraOpenOrders openOrders)
-
Uses of LimitOrder in org.knowm.xchange.bankera.service
Methods in org.knowm.xchange.bankera.service with parameters of type LimitOrder Modifier and Type Method Description boolean
BankeraTradeService.BankeraOpenOrderParams. accept(LimitOrder order)
BankeraOrder
BankeraTradeServiceRaw. placeBankeraLimitOrder(LimitOrder limitOrder)
String
BankeraTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto that return LimitOrder Modifier and Type Method Description static LimitOrder
BiboxAdapters. adaptOrderBookOrder(BiboxOrderBookEntry entry, Order.OrderType orderType, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service with parameters of type LimitOrder Modifier and Type Method Description String
BiboxTradeServiceRaw. placeBiboxLimitOrder(LimitOrder limitOrder)
String
BiboxTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type LimitOrder Modifier and Type Method Description String
BinanceTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitbay.service
Methods in org.knowm.xchange.bitbay.service with parameters of type LimitOrder Modifier and Type Method Description BitbayTradeResponse
BitbayTradeServiceRaw. placeBitbayOrder(LimitOrder order)
String
BitbayTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitcoinde
Fields in org.knowm.xchange.bitcoinde with type parameters of type LimitOrder Modifier and Type Field Description static Comparator<LimitOrder>
BitcoindeAdapters. ASK_COMPARATOR
static Comparator<LimitOrder>
BitcoindeAdapters. BID_COMPARATOR
Methods in org.knowm.xchange.bitcoinde that return LimitOrder Modifier and Type Method Description static LimitOrder
BitcoindeAdapters. createOrder(CurrencyPair currencyPair, BitcoindeOrder bitcoindeOrder, Order.OrderType orderType, String orderId, Date timeStamp)
Create an individual order.Methods in org.knowm.xchange.bitcoinde that return types with arguments of type LimitOrder Modifier and Type Method Description 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 LimitOrder in org.knowm.xchange.bitcoinde.service
Methods in org.knowm.xchange.bitcoinde.service with parameters of type LimitOrder Modifier and Type Method Description BitcoindeIdResponse
BitcoindeTradeServiceRaw. bitcoindePlaceLimitOrder(LimitOrder l)
String
BitcoindeTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return LimitOrder Modifier and Type Method Description static LimitOrder
BitcoindeAdapters. createOrder(CurrencyPair currencyPair, BitcoindeOrder bitcoindeOrder, Order.OrderType orderType, String orderId, Date timeStamp)
Create an individual order.Methods in org.knowm.xchange.bitcoinde.v4 that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BitcoindeAdapters. createCompactOrders(CurrencyPair currencyPair, Order.OrderType orderType, BitcoindeCompactOrder[] orders)
Create a list of orders from a list of asks or bids. -
Uses of LimitOrder in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service with parameters of type LimitOrder Modifier and Type Method Description boolean
BitcoindeOpenOrdersParams. accept(LimitOrder order)
BitcoindeIdResponse
BitcoindeTradeServiceRaw. bitcoindePlaceLimitOrder(LimitOrder order)
String
BitcoindeTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitcointoyou.service.polling
Methods in org.knowm.xchange.bitcointoyou.service.polling with parameters of type LimitOrder Modifier and Type Method Description BitcointoyouOrderResponse
BitcointoyouTradeServiceRaw. buy(LimitOrder limitOrder)
String
BitcointoyouTradeService. placeLimitOrder(LimitOrder limitOrder)
BitcointoyouOrderResponse
BitcointoyouTradeServiceRaw. sell(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return LimitOrder Modifier and Type Method Description static LimitOrder
BitfinexAdapters. adaptOrder(BigDecimal originalAmount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType, Date timestamp)
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
BitfinexAdapters.OrdersContainer. getLimitOrders()
Methods in org.knowm.xchange.bitfinex.service with parameters of type LimitOrder Modifier and Type Method Description String
BitfinexTradeService. changeOrder(LimitOrder order)
BitfinexOrderStatusResponse
BitfinexTradeServiceRaw. placeBitfinexLimitOrder(LimitOrder limitOrder, BitfinexOrderType orderType)
String
BitfinexTradeService. placeLimitOrder(LimitOrder limitOrder)
BitfinexOrderStatusResponse
BitfinexTradeServiceRaw. replaceBitfinexLimitOrder(LimitOrder limitOrder, BitfinexOrderType orderType, long replaceOrderId)
Constructor parameters in org.knowm.xchange.bitfinex.service with type arguments of type LimitOrder Constructor Description OrdersContainer(long timestamp, List<LimitOrder> limitOrders)
Constructor -
Uses of LimitOrder in org.knowm.xchange.bitfinex.v1.dto.trade
Subclasses of LimitOrder in org.knowm.xchange.bitfinex.v1.dto.trade Modifier and Type Class Description class
BitfinexLimitOrder
Bitfinex new order entry returns details of order status. -
Uses of LimitOrder in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service with parameters of type LimitOrder Modifier and Type Method Description String
BitflyerTradeService. placeLimitOrder(LimitOrder limitOrder)
BitflyerChildOrderAcceptance
BitflyerTradeServiceRaw. sendChildOrder(LimitOrder limitOrder)
BitflyerParentOrderAcceptance
BitflyerTradeServiceRaw. sendParentOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb that return LimitOrder Modifier and Type Method Description static LimitOrder
BithumbAdapters. adaptOrder(BithumbOrder order)
-
Uses of LimitOrder in org.knowm.xchange.bithumb.service
Methods in org.knowm.xchange.bithumb.service with parameters of type LimitOrder Modifier and Type Method Description BithumbTradeResponse
BithumbTradeServiceRaw. placeBithumbLimitOrder(LimitOrder limitOrder)
String
BithumbTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return LimitOrder Modifier and Type Method Description static LimitOrder
BitmexAdapters. adaptLimitOrder(BitmexOrder bitmexOrder, String id)
static LimitOrder
BitmexAdapters. adaptOrder(BitmexPrivateOrder rawOrder)
static LimitOrder
BitmexAdapters. adaptOrder(BitmexPublicOrder order, Order.OrderType orderType, CurrencyPair currencyPair)
Methods in org.knowm.xchange.bitmex that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
BitmexAdapters.OrdersContainer. getLimitOrders()
Constructor parameters in org.knowm.xchange.bitmex with type arguments of type LimitOrder Constructor Description OrdersContainer(long timestamp, List<LimitOrder> limitOrders)
Constructor -
Uses of LimitOrder in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service with parameters of type LimitOrder Modifier and Type Method Description String
BitmexTradeService. changeOrder(LimitOrder limitOrder)
String
BitmexTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return LimitOrder Modifier and Type Method Description static LimitOrder
BitsoAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.bitso that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BitsoAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service with parameters of type LimitOrder Modifier and Type Method Description String
BitsoTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return LimitOrder Modifier and Type Method Description static LimitOrder
BitstampAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.bitstamp that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BitstampAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service with parameters of type LimitOrder Modifier and Type Method Description String
BitstampTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return LimitOrder Modifier and Type Method Description static LimitOrder
BittrexAdapters. adaptOrder(BittrexOrder order)
static LimitOrder
BittrexAdapters. adaptOrder(BittrexOrder order, Order.OrderStatus status)
Methods in org.knowm.xchange.bittrex that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BittrexAdapters. adaptOpenOrders(List<BittrexOrder> bittrexOpenOrders)
static List<LimitOrder>
BittrexAdapters. adaptOrders(BittrexLevel[] orders, CurrencyPair currencyPair, Order.OrderType orderType, int depth)
-
Uses of LimitOrder in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service with parameters of type LimitOrder Modifier and Type Method Description String
BittrexTradeServiceRaw. placeBittrexLimitOrder(LimitOrder limitOrder)
String
BittrexTradeServiceRaw. placeBittrexLimitOrder(LimitOrder limitOrder, TimeInForce type)
String
BittrexTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bl3p.service
Methods in org.knowm.xchange.bl3p.service with parameters of type LimitOrder Modifier and Type Method Description String
Bl3pTradeService. placeLimitOrder(LimitOrder limitOrder)
void
Bl3pTradeService. verifyOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bleutrade.service
Methods in org.knowm.xchange.bleutrade.service with parameters of type LimitOrder Modifier and Type Method Description String
BleutradeTradeServiceRaw. buyLimit(LimitOrder limitOrder)
String
BleutradeTradeService. placeLimitOrder(LimitOrder limitOrder)
String
BleutradeTradeServiceRaw. sellLimit(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return LimitOrder Modifier and Type Method Description static LimitOrder
BlockchainAdapters. toLimitOrder(BlockchainMarketDataOrder blockchainMarketDataOrder, Order.OrderType orderType, CurrencyPair currencyPair)
Methods in org.knowm.xchange.blockchain with parameters of type LimitOrder Modifier and Type Method Description static BlockchainOrder
BlockchainAdapters. toBlockchainLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service with parameters of type LimitOrder Modifier and Type Method Description String
BlockchainTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.btcmarkets
Fields in org.knowm.xchange.btcmarkets with type parameters of type LimitOrder Modifier and Type Field Description static Comparator<LimitOrder>
BTCMarketsAdapters. ASK_COMPARATOR
static Comparator<LimitOrder>
BTCMarketsAdapters. BID_COMPARATOR
Methods in org.knowm.xchange.btcmarkets that return LimitOrder Modifier and Type Method Description static LimitOrder
BTCMarketsAdapters. adaptOrder(BTCMarketsOrder o)
Methods in org.knowm.xchange.btcmarkets that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BTCMarketsAdapters. createOrders(Order.OrderType orderType, List<BigDecimal[]> orders, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service with parameters of type LimitOrder Modifier and Type Method Description String
BTCMarketsTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return LimitOrder Modifier and Type Method Description static LimitOrder
BTCTurkAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.btcturk that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
BTCTurkAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service with parameters of type LimitOrder Modifier and Type Method Description String
BTCTurkTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return LimitOrder Modifier and Type Method Description static LimitOrder
BybitAdapters. adaptBybitOrderDetails(BybitOrderDetails bybitOrderResult)
-
Uses of LimitOrder in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex that return LimitOrder Modifier and Type Method Description static LimitOrder
CCEXAdapters. adaptOpenOrder(CCEXOpenorder cCEXOpenOrder)
static LimitOrder
CCEXAdapters. createOrder(CurrencyPair currencyPair, CCEXBuySellData priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.ccex that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CCEXAdapters. adaptOpenOrders(List<CCEXOpenorder> cCexOpenOrders)
static List<LimitOrder>
CCEXAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<CCEXBuySellData> orders)
-
Uses of LimitOrder in org.knowm.xchange.ccex.service
Methods in org.knowm.xchange.ccex.service with parameters of type LimitOrder Modifier and Type Method Description String
CCEXTradeServiceRaw. placeCCEXLimitOrder(LimitOrder limitOrder)
String
CCEXTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return LimitOrder Modifier and Type Method Description static LimitOrder
CexIOAdapters. adaptOrder(CexIOFullOrder cexIOOrder)
static LimitOrder
CexIOAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.cexio that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CexIOAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service with parameters of type LimitOrder Modifier and Type Method Description String
CexIOTradeService. changeOrder(LimitOrder limitOrder)
CexIOOrder
CexIOTradeServiceRaw. placeCexIOLimitOrder(LimitOrder limitOrder)
String
CexIOTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinbaseTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinbaseTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro with parameters of type LimitOrder Modifier and Type Method Description static CoinbaseProPlaceLimitOrder
CoinbaseProAdapters. adaptCoinbaseProPlaceLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinbaseProTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coincheck
Methods in org.knowm.xchange.coincheck that return LimitOrder Modifier and Type Method Description static LimitOrder
CoincheckAdapter. createOrder(Order.OrderType orderType, Instrument instrument, List<BigDecimal> data)
Methods in org.knowm.xchange.coincheck that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CoincheckAdapter. createOrders(Order.OrderType orderType, Instrument instrument, List<List<BigDecimal>> data)
-
Uses of LimitOrder in org.knowm.xchange.coindeal.service
Methods in org.knowm.xchange.coindeal.service with parameters of type LimitOrder Modifier and Type Method Description String
CoindealTradeService. placeLimitOrder(LimitOrder limitOrder)
CoindealOrder
CoindealTradeServiceRaw. placeOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coindirect.service
Methods in org.knowm.xchange.coindirect.service with parameters of type LimitOrder Modifier and Type Method Description String
CoindirectTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinegg
Methods in org.knowm.xchange.coinegg that return LimitOrder Modifier and Type Method Description static LimitOrder
CoinEggAdapters. adaptOrder(CoinEggOrders.CoinEggOrder order, Order.OrderType type, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.coinegg.service
Methods in org.knowm.xchange.coinegg.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinEggTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service with parameters of type LimitOrder Modifier and Type Method Description boolean
CoinfloorOpenOrdersParams. accept(LimitOrder order)
String
CoinfloorTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return LimitOrder Modifier and Type Method Description static LimitOrder
CoingiAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.coingi that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CoingiAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.coingi.service
Methods in org.knowm.xchange.coingi.service with parameters of type LimitOrder Modifier and Type Method Description String
CoingiTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.coinjar
Methods in org.knowm.xchange.coinjar that return LimitOrder Modifier and Type Method Description static LimitOrder
CoinjarAdapters. adaptOrderToLimitOrder(CoinjarOrder coinjarOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinjar.service
Methods in org.knowm.xchange.coinjar.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinjarTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CoinmateAdapters. adaptOpenOrders(CoinmateOpenOrders coinmateOpenOrders)
static List<LimitOrder>
CoinmateAdapters. createOrders(List<CoinmateOrderBookEntry> coinmateOrders, Order.OrderType type, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinmateTradeService. changeOrder(LimitOrder limitOrder)
String
CoinmateTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinone.dto.trade
Constructors in org.knowm.xchange.coinone.dto.trade with parameters of type LimitOrder Constructor Description CoinoneTradeCancelRequest(String orderId, LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.coinone.service
Methods in org.knowm.xchange.coinone.service with parameters of type LimitOrder Modifier and Type Method Description String
CoinoneTradeService. placeLimitOrder(LimitOrder limitOrder)
CoinoneTradeResponse
CoinoneTradeServiceRaw. placeLimitOrderRaw(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.cryptofacilities
Methods in org.knowm.xchange.cryptofacilities that return LimitOrder Modifier and Type Method Description static LimitOrder
CryptoFacilitiesAdapters. adaptLimitOrder(CryptoFacilitiesOpenOrder ord)
static LimitOrder
CryptoFacilitiesAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.cryptofacilities that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
CryptoFacilitiesAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.cryptofacilities.service
Methods in org.knowm.xchange.cryptofacilities.service with parameters of type LimitOrder Modifier and Type Method Description String
CryptoFacilitiesTradeService. placeLimitOrder(LimitOrder limitOrder)
CryptoFacilitiesOrder
CryptoFacilitiesTradeServiceRaw. sendCryptoFacilitiesLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service with parameters of type LimitOrder Modifier and Type Method Description String
DeribitTradeService. changeOrder(LimitOrder limitOrder)
String
DeribitTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.dto.marketdata
Methods in org.knowm.xchange.dto.marketdata that return LimitOrder Modifier and Type Method Description LimitOrder
OrderBookUpdate. getLimitOrder()
Get the limit order.Methods in org.knowm.xchange.dto.marketdata that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
OrderBook. getAsks()
List<LimitOrder>
OrderBook. getBids()
List<LimitOrder>
OrderBook. getOrders(Order.OrderType type)
Methods in org.knowm.xchange.dto.marketdata with parameters of type LimitOrder Modifier and Type Method Description void
OrderBook. update(LimitOrder limitOrder)
Given a new LimitOrder, it will replace a matching limit order in the orderbook if one is found, or add the new LimitOrder if one is not.Constructor parameters in org.knowm.xchange.dto.marketdata with type arguments of type LimitOrder Constructor Description OrderBook(Date timeStamp, List<LimitOrder> asks, List<LimitOrder> bids)
ConstructorOrderBook(Date timeStamp, List<LimitOrder> asks, List<LimitOrder> bids, boolean sort)
ConstructorOrderBook(Date timeStamp, Stream<LimitOrder> asks, Stream<LimitOrder> bids)
ConstructorOrderBook(Date timeStamp, Stream<LimitOrder> asks, Stream<LimitOrder> bids, boolean sort)
Constructor -
Uses of LimitOrder in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade that return LimitOrder Modifier and Type Method Description LimitOrder
LimitOrder.Builder. build()
Methods in org.knowm.xchange.dto.trade that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
OpenOrders. getOpenOrders()
Methods in org.knowm.xchange.dto.trade with parameters of type LimitOrder Modifier and Type Method Description int
LimitOrder. compareTo(LimitOrder limitOrder)
Constructor parameters in org.knowm.xchange.dto.trade with type arguments of type LimitOrder Constructor Description OpenOrders(List<LimitOrder> openOrders)
ConstructorOpenOrders(List<LimitOrder> openOrders, List<Order> hiddenOrders)
Constructor -
Uses of LimitOrder in org.knowm.xchange.dvchain
Methods in org.knowm.xchange.dvchain that return LimitOrder Modifier and Type Method Description static LimitOrder
DVChainAdapters. adaptOrder(DVChainLevel level, Order.OrderType type, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.dvchain.service
Methods in org.knowm.xchange.dvchain.service with parameters of type LimitOrder Modifier and Type Method Description String
DVChainTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.enigma
Methods in org.knowm.xchange.enigma that return LimitOrder Modifier and Type Method Description static LimitOrder
EnigmaAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.enigma that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
EnigmaAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
-
Uses of LimitOrder in org.knowm.xchange.enigma.service
Methods in org.knowm.xchange.enigma.service with parameters of type LimitOrder Modifier and Type Method Description String
EnigmaTradeService. placeLimitOrder(LimitOrder limitOrder)
EnigmaOrderSubmission
EnigmaTradeServiceRaw. placeLimitOrderRequest(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
ExmoAdapters. adaptOrders(CurrencyPair currencyPair, Map<String,Object> orderBookData, Order.OrderType type)
List<LimitOrder>
ExmoTradeServiceRaw. openOrders()
Methods in org.knowm.xchange.exmo.service with parameters of type LimitOrder Modifier and Type Method Description String
ExmoTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return LimitOrder Modifier and Type Method Description static LimitOrder
FtxAdapters. adaptConditionalLimitOrder(FtxConditionalOrderDto ftxOrderDto)
static LimitOrder
FtxAdapters. adaptLimitOrder(FtxOrderDto ftxOrderDto)
static LimitOrder
FtxAdapters. adaptOrderbookOrder(BigDecimal amount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType)
Methods in org.knowm.xchange.ftx with parameters of type LimitOrder Modifier and Type Method Description static FtxOrderRequestPayload
FtxAdapters. adaptLimitOrderToFtxOrderPayload(LimitOrder limitOrder)
static FtxModifyOrderRequestPayload
FtxAdapters. adaptModifyOrderToFtxOrderPayload(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service with parameters of type LimitOrder Modifier and Type Method Description String
FtxTradeService. changeOrder(LimitOrder limitOrder)
String
FtxTradeService. placeLimitOrder(LimitOrder limitOrder)
String
FtxTradeServiceRaw. placeLimitOrderForSubaccount(String subaccount, LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return LimitOrder Modifier and Type Method Description static LimitOrder
GateioAdapters. adaptOrder(GateioPublicOrder order, CurrencyPair currencyPair, Order.OrderType orderType)
static LimitOrder
GateioAdapters. adaptOrder(GateioOpenOrder order, Collection<Instrument> currencyPairs)
Methods in org.knowm.xchange.gateio that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
GateioAdapters. adaptOrders(List<GateioPublicOrder> orders, CurrencyPair currencyPair, Order.OrderType orderType)
-
Uses of LimitOrder in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service with parameters of type LimitOrder Modifier and Type Method Description String
GateioTradeServiceRaw. placeGateioLimitOrder(LimitOrder limitOrder)
Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined byCurrencyPair
.String
GateioTradeService. placeLimitOrder(LimitOrder limitOrder)
Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined byCurrencyPair
. -
Uses of LimitOrder in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return LimitOrder Modifier and Type Method Description static LimitOrder
GeminiAdapters. adaptOrder(BigDecimal amount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType, Date timestamp)
Methods in org.knowm.xchange.gemini.v1 that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
GeminiAdapters.OrdersContainer. getLimitOrders()
Constructor parameters in org.knowm.xchange.gemini.v1 with type arguments of type LimitOrder Constructor Description OrdersContainer(long timestamp, List<LimitOrder> limitOrders)
Constructor -
Uses of LimitOrder in org.knowm.xchange.gemini.v1.dto.trade
Subclasses of LimitOrder in org.knowm.xchange.gemini.v1.dto.trade Modifier and Type Class Description class
GeminiLimitOrder
Gemini order response contains details of any trades that have just executed in the order entry return value. -
Uses of LimitOrder in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service with parameters of type LimitOrder Modifier and Type Method Description GeminiOrderStatusResponse
GeminiTradeServiceRaw. placeGeminiLimitOrder(LimitOrder limitOrder, GeminiOrderType GeminiOrderType)
String
GeminiTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.globitex.service
Methods in org.knowm.xchange.globitex.service with parameters of type LimitOrder Modifier and Type Method Description String
GlobitexTradeService. changeOrder(LimitOrder limitOrder)
GlobitexExecutionReport
GlobitexTradeServiceRaw. placeGlobitexLimitOrder(LimitOrder limitOrder)
String
GlobitexTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return LimitOrder Modifier and Type Method Description static LimitOrder
HitbtcAdapters. adaptOrder(HitbtcOrder hitbtcOrder)
Methods in org.knowm.xchange.hitbtc.v2 that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
HitbtcAdapters. adaptOrders(List<HitbtcOrder> openOrdersRaw)
-
Uses of LimitOrder in org.knowm.xchange.hitbtc.v2.dto
Subclasses of LimitOrder in org.knowm.xchange.hitbtc.v2.dto Modifier and Type Class Description class
HitbtcLimitOrder
Deprecated. -
Uses of LimitOrder in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service with parameters of type LimitOrder Modifier and Type Method Description String
HitbtcTradeService. placeLimitOrder(LimitOrder limitOrder)
HitbtcOrder
HitbtcTradeServiceRaw. placeLimitOrderRaw(LimitOrder limitOrder)
HitbtcOrder
HitbtcTradeServiceRaw. placeLimitOrderRaw(LimitOrder limitOrder, HitbtcTimeInForce timeInForce)
-
Uses of LimitOrder in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service with parameters of type LimitOrder Modifier and Type Method Description String
HuobiTradeServiceRaw. placeHuobiLimitOrder(LimitOrder limitOrder)
String
HuobiTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex with parameters of type LimitOrder Modifier and Type Method Description String
IdexTradeService. placeLimitOrder(LimitOrder placeOrder)
returns OrderHash so you can fetch it and cancel it...void
IdexTradeService. verifyOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service with parameters of type LimitOrder Modifier and Type Method Description String
IndependentReserveTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.itbit
Methods in org.knowm.xchange.itbit that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
ItBitAdapters. adaptOrders(List<BigDecimal[]> orders, CurrencyPair currencyPair, Order.OrderType orderType)
-
Uses of LimitOrder in org.knowm.xchange.itbit.service
Methods in org.knowm.xchange.itbit.service with parameters of type LimitOrder Modifier and Type Method Description ItBitOrder
ItBitTradeServiceRaw. placeItBitLimitOrder(LimitOrder limitOrder)
String
ItBitTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return LimitOrder Modifier and Type Method Description static LimitOrder
KrakenAdapters. adaptOrder(KrakenPublicOrder order, Order.OrderType orderType, CurrencyPair currencyPair)
Methods in org.knowm.xchange.kraken that return types with arguments of type LimitOrder Modifier and Type Method Description List<LimitOrder>
KrakenAdapters.OrdersContainer. getLimitOrders()
Constructor parameters in org.knowm.xchange.kraken with type arguments of type LimitOrder Constructor Description OrdersContainer(long timestamp, List<LimitOrder> limitOrders)
Constructor -
Uses of LimitOrder in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service with parameters of type LimitOrder Modifier and Type Method Description KrakenOrderResponse
KrakenTradeServiceRaw. placeKrakenLimitOrder(LimitOrder limitOrder)
String
KrakenTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin with parameters of type LimitOrder Modifier and Type Method Description static OrderCreateApiRequest
KucoinAdapters. adaptLimitOrder(LimitOrder limitOrder)
String
KucoinTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.kuna.service
Methods in org.knowm.xchange.kuna.service that return LimitOrder Modifier and Type Method Description protected LimitOrder
KunaMarketDataService. mapKunaOrder2LimitOrder(KunaOrder kunaOrder, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LimitOrder Modifier and Type Method Description static LimitOrder
LatokenAdapters. adaptOrder(Exchange exchange, LatokenOrder order)
-
Uses of LimitOrder in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service with parameters of type LimitOrder Modifier and Type Method Description String
LatokenTradeService. placeLimitOrder(LimitOrder order)
boolean
LatokenTradeService. placeTestOrder(LimitOrder order)
Tests order placement. -
Uses of LimitOrder in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo that return LimitOrder Modifier and Type Method Description static LimitOrder
LgoAdapters. adaptEntryToLimitOrder(Object[] entry, Order.OrderType bid, CurrencyPair pair)
Methods in org.knowm.xchange.lgo with parameters of type LimitOrder Modifier and Type Method Description static LgoPlaceOrder
LgoAdapters. adaptLimitOrder(LimitOrder limitOrder)
static LgoUnencryptedOrder
LgoAdapters. adaptUnencryptedLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.lgo.service
Methods in org.knowm.xchange.lgo.service with parameters of type LimitOrder Modifier and Type Method Description String
LgoTradeService. placeLimitOrder(LimitOrder limitOrder)
void
LgoTradeService. verifyOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.livecoin.service
Methods in org.knowm.xchange.livecoin.service with parameters of type LimitOrder Modifier and Type Method Description String
LivecoinTradeServiceRaw. makeLimitOrder(LimitOrder order)
String
LivecoinTradeService. placeLimitOrder(LimitOrder limitOrder)
void
LivecoinTradeService. verifyOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.luno.service
Methods in org.knowm.xchange.luno.service with parameters of type LimitOrder Modifier and Type Method Description String
LunoTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.lykke
Methods in org.knowm.xchange.lykke that return LimitOrder Modifier and Type Method Description static LimitOrder
LykkeAdapter. adaptLimitOrder(List<Instrument> currencyPairList, LykkeOrder lykkeOrder)
Methods in org.knowm.xchange.lykke that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
LykkeAdapter. adaptOpenOrders(List<Instrument> currencyPairList, List<LykkeOrder> lykkeOrders)
Adapter for LykkeOpenOrders*****Methods in org.knowm.xchange.lykke with parameters of type LimitOrder Modifier and Type Method Description static LykkeLimitOrder
LykkeAdapter. adaptLykkeOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.lykke.service
Methods in org.knowm.xchange.lykke.service with parameters of type LimitOrder Modifier and Type Method Description String
LykkeTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.mercadobitcoin
Methods in org.knowm.xchange.mercadobitcoin that return LimitOrder Modifier and Type Method Description static LimitOrder
MercadoBitcoinAdapters. createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.mercadobitcoin that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
MercadoBitcoinAdapters. adaptOrders(CurrencyPair currencyPair, MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> input)
static List<LimitOrder>
MercadoBitcoinAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
Methods in org.knowm.xchange.mercadobitcoin with parameters of type LimitOrder Modifier and Type Method Description static String
MercadoBitcoinUtils. makeMercadoBitcoinOrderId(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.mercadobitcoin.service
Methods in org.knowm.xchange.mercadobitcoin.service with parameters of type LimitOrder Modifier and Type Method Description String
MercadoBitcoinTradeService. placeLimitOrder(LimitOrder limitOrder)
The result is not the pure order id. -
Uses of LimitOrder in org.knowm.xchange.mexc
Methods in org.knowm.xchange.mexc with parameters of type LimitOrder Modifier and Type Method Description static MEXCOrderRequestPayload
MEXCAdapters. adaptOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.mexc.service
Methods in org.knowm.xchange.mexc.service with parameters of type LimitOrder Modifier and Type Method Description String
MEXCTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return LimitOrder Modifier and Type Method Description static LimitOrder
OkCoinAdapters. adaptOpenOrderFutures(OkCoinFuturesOrder order)
static LimitOrder
OkexAdaptersV3. convert(OkexOpenOrder o)
-
Uses of LimitOrder in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return types with arguments of type LimitOrder Modifier and Type Method Description Map<LimitOrder,Boolean>
OkCoinTradeService. cancelUpToThreeOrders(List<LimitOrder> limitOrders)
Cancel a batch of up to three orders (maximum allowed by the exchange).Methods in org.knowm.xchange.okcoin.service with parameters of type LimitOrder Modifier and Type Method Description String
OkCoinFuturesTradeService. liquidateLimitOrder(LimitOrder limitOrder)
Liquidate long or short contract using a limit orderString
OkCoinTradeService. placeBatchLimitOrder(LimitOrder... limitOrders)
批量下单 todo 测试不成功String
OkCoinFuturesTradeService. placeLimitOrder(LimitOrder limitOrder)
String
OkCoinTradeService. placeLimitOrder(LimitOrder limitOrder)
Method parameters in org.knowm.xchange.okcoin.service with type arguments of type LimitOrder Modifier and Type Method Description Map<LimitOrder,Boolean>
OkCoinTradeService. cancelUpToThreeOrders(List<LimitOrder> limitOrders)
Cancel a batch of up to three orders (maximum allowed by the exchange). -
Uses of LimitOrder in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service with parameters of type LimitOrder Modifier and Type Method Description String
OkexTradeService. placeLimitOrder(LimitOrder o)
String
OkexTradeService. placeMarginLimitOrder(LimitOrder o)
-
Uses of LimitOrder in org.knowm.xchange.okex
Methods in org.knowm.xchange.okex that return LimitOrder Modifier and Type Method Description static LimitOrder
OkexAdapters. adaptLimitOrder(OkexPublicOrder okexPublicOrder, Instrument instrument, Order.OrderType orderType)
static LimitOrder
OkexAdapters. adaptOrder(OkexOrderDetails order, ExchangeMetaData exchangeMetaData)
static LimitOrder
OkexAdapters. adaptOrderbookOrder(BigDecimal amount, BigDecimal price, Instrument instrument, Order.OrderType orderType)
Methods in org.knowm.xchange.okex with parameters of type LimitOrder Modifier and Type Method Description static OkexAmendOrderRequest
OkexAdapters. adaptAmendOrder(LimitOrder order, ExchangeMetaData exchangeMetaData)
static OkexOrderRequest
OkexAdapters. adaptOrder(LimitOrder order, ExchangeMetaData exchangeMetaData)
-
Uses of LimitOrder in org.knowm.xchange.okex.service
Methods in org.knowm.xchange.okex.service with parameters of type LimitOrder Modifier and Type Method Description String
OkexTradeService. changeOrder(LimitOrder limitOrder)
String
OkexTradeService. placeLimitOrder(LimitOrder limitOrder)
Method parameters in org.knowm.xchange.okex.service with type arguments of type LimitOrder Modifier and Type Method Description List<String>
OkexTradeService. changeOrder(List<LimitOrder> limitOrders)
List<String>
OkexTradeService. placeLimitOrder(List<LimitOrder> limitOrders)
-
Uses of LimitOrder in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return LimitOrder Modifier and Type Method Description static LimitOrder
PoloniexAdapters. adaptPoloniexOpenOrder(PoloniexOpenOrder openOrder, CurrencyPair currencyPair)
static LimitOrder
PoloniexAdapters. adaptUserTradesToOrderStatus(String orderId, PoloniexUserTrade[] poloniexUserTrades)
Methods in org.knowm.xchange.poloniex that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
PoloniexAdapters. adaptPoloniexPublicOrders(List<List<BigDecimal>> rawLevels, Order.OrderType orderType, CurrencyPair currencyPair)
-
Uses of LimitOrder in org.knowm.xchange.poloniex.dto.trade
Subclasses of LimitOrder in org.knowm.xchange.poloniex.dto.trade Modifier and Type Class Description class
PoloniexLimitOrder
Poloniex order response contains details of any trades that have just executed in the order entry return value. -
Uses of LimitOrder in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service with parameters of type LimitOrder Modifier and Type Method Description PoloniexTradeResponse
PoloniexTradeServiceRaw. buy(LimitOrder limitOrder)
String
PoloniexTradeService. placeLimitOrder(LimitOrder limitOrder)
PoloniexTradeResponse
PoloniexTradeServiceRaw. sell(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return LimitOrder Modifier and Type Method Description static LimitOrder
QuoineAdapters. createOrder(CurrencyPair currencyPair, BigDecimal[] priceAndAmount, Order.OrderType orderType)
Methods in org.knowm.xchange.quoine that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
QuoineAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<BigDecimal[]> orders)
-
Uses of LimitOrder in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service with parameters of type LimitOrder Modifier and Type Method Description String
QuoineTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return types with arguments of type LimitOrder Modifier and Type Method Description static List<LimitOrder>
RippleAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<RippleOrder> orders, String baseCounterparty, String counterCounterparty)
-
Uses of LimitOrder in org.knowm.xchange.ripple.dto.trade
Subclasses of LimitOrder in org.knowm.xchange.ripple.dto.trade Modifier and Type Class Description class
RippleLimitOrder
-
Uses of LimitOrder in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service with parameters of type LimitOrder Modifier and Type Method Description String
RippleTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.service
Methods in org.knowm.xchange.service with parameters of type LimitOrder Modifier and Type Method Description void
BaseExchangeService. verifyOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.service.trade
Methods in org.knowm.xchange.service.trade with parameters of type LimitOrder Modifier and Type Method Description default String
TradeService. changeOrder(LimitOrder limitOrder)
Modify or cancel/replace an existing limit orderdefault String
TradeService. placeLimitOrder(LimitOrder limitOrder)
Place a limit orderdefault void
TradeService. verifyOrder(LimitOrder limitOrder)
Verify the order against the exchange meta data. -
Uses of LimitOrder in org.knowm.xchange.service.trade.params.orders
Methods in org.knowm.xchange.service.trade.params.orders with parameters of type LimitOrder Modifier and Type Method Description boolean
DefaultOpenOrdersParam. accept(LimitOrder order)
default boolean
OpenOrdersParamCurrencyPair. accept(LimitOrder order)
default boolean
OpenOrdersParamInstrument. accept(LimitOrder order)
default boolean
OpenOrdersParamLimit. accept(LimitOrder order)
default boolean
OpenOrdersParamMultiCurrencyPair. accept(LimitOrder order)
default boolean
OpenOrdersParamMultiInstrument. accept(LimitOrder order)
default boolean
OpenOrdersParamOffset. accept(LimitOrder order)
boolean
OpenOrdersParams. accept(LimitOrder order)
Checks if passed order is suitable for open orders params. -
Uses of LimitOrder in org.knowm.xchange.simulated
Methods in org.knowm.xchange.simulated with parameters of type LimitOrder Modifier and Type Method Description String
SimulatedTradeService. placeLimitOrder(LimitOrder limitOrder)
String
SimulatedTradeService. placeLimitOrderUnrestricted(LimitOrder limitOrder)
Use instead ofSimulatedTradeService.placeLimitOrder(LimitOrder)
to bypass rate limitations and transient errors when building up a simulated order book. -
Uses of LimitOrder in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return LimitOrder Modifier and Type Method Description static LimitOrder
TheRockAdapters. adaptOrder(TheRockOrder order)
-
Uses of LimitOrder in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service with parameters of type LimitOrder Modifier and Type Method Description String
TheRockTradeService. placeLimitOrder(LimitOrder order)
-
Uses of LimitOrder in org.knowm.xchange.tradeogre.service
Methods in org.knowm.xchange.tradeogre.service with parameters of type LimitOrder Modifier and Type Method Description String
TradeOgreTradeService. placeLimitOrder(LimitOrder limitOrder)
String
TradeOgreTradeServiceRaw. placeOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.upbit.service
Methods in org.knowm.xchange.upbit.service with parameters of type LimitOrder Modifier and Type Method Description UpbitOrderResponse
UpbitTradeServiceRaw. limitOrder(LimitOrder limitOrder)
String
UpbitTradeService. placeLimitOrder(LimitOrder limitOrder)
-
Uses of LimitOrder in org.knowm.xchange.vaultoro
Methods in org.knowm.xchange.vaultoro that return LimitOrder Modifier and Type Method Description static LimitOrder
VaultoroAdapters. adaptVaultoroOrder(VaultoroOpenOrder o, Order.OrderType orderType)
-
Uses of LimitOrder in org.knowm.xchange.vaultoro.service
Methods in org.knowm.xchange.vaultoro.service with parameters of type LimitOrder Modifier and Type Method Description String
VaultoroTradeService. placeLimitOrder(LimitOrder arg0)
-
Uses of LimitOrder in org.knowm.xchange.yobit
Methods in org.knowm.xchange.yobit that return LimitOrder Modifier and Type Method Description static LimitOrder
YoBitAdapters. adaptOrder(String orderId, Map map)
-
Uses of LimitOrder in org.knowm.xchange.yobit.service
Methods in org.knowm.xchange.yobit.service with parameters of type LimitOrder Modifier and Type Method Description String
YoBitTradeService. placeLimitOrder(LimitOrder limitOrder)
BaseYoBitResponse
YoBitTradeServiceRaw. trade(LimitOrder limitOrder)
LimitOrder
with user reference instead.