Uses of Class
org.knowm.xchange.dto.trade.StopOrder
-
Uses of StopOrder in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service with parameters of type StopOrder Modifier and Type Method Description String
BiboxTradeService. placeStopOrder(StopOrder arg0)
-
Uses of StopOrder in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance with parameters of type StopOrder Modifier and Type Method Description static OrderType
BinanceAdapters. adaptOrderType(StopOrder order)
-
Uses of StopOrder in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service with parameters of type StopOrder Modifier and Type Method Description String
BinanceTradeService. placeStopOrder(StopOrder order)
-
Uses of StopOrder in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service with parameters of type StopOrder Modifier and Type Method Description String
BitfinexTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service with parameters of type StopOrder Modifier and Type Method Description String
BitmexTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.bl3p.service
Methods in org.knowm.xchange.bl3p.service with parameters of type StopOrder Modifier and Type Method Description String
Bl3pTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain with parameters of type StopOrder Modifier and Type Method Description static BlockchainOrder
BlockchainAdapters. toBlockchainStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service with parameters of type StopOrder Modifier and Type Method Description String
BlockchainTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service with parameters of type StopOrder Modifier and Type Method Description String
BTCTurkTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service with parameters of type StopOrder Modifier and Type Method Description String
CoinbaseTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service with parameters of type StopOrder Modifier and Type Method Description String
CoinbaseTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro with parameters of type StopOrder Modifier and Type Method Description static CoinbaseProPlaceOrder
CoinbaseProAdapters. adaptCoinbaseProStopOrder(StopOrder stopOrder)
Creates a 'stop' order. -
Uses of StopOrder in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service with parameters of type StopOrder Modifier and Type Method Description String
CoinbaseProTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coindirect.service
Methods in org.knowm.xchange.coindirect.service with parameters of type StopOrder Modifier and Type Method Description String
CoindirectTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coingi.service
Methods in org.knowm.xchange.coingi.service with parameters of type StopOrder Modifier and Type Method Description String
CoingiTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service with parameters of type StopOrder Modifier and Type Method Description String
CoinmateTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.coinone.service
Methods in org.knowm.xchange.coinone.service with parameters of type StopOrder Modifier and Type Method Description String
CoinoneTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service with parameters of type StopOrder Modifier and Type Method Description String
DeribitTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade that return StopOrder Modifier and Type Method Description StopOrder
StopOrder.Builder. build()
Methods in org.knowm.xchange.dto.trade with parameters of type StopOrder Modifier and Type Method Description int
StopOrder. compareTo(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service with parameters of type StopOrder Modifier and Type Method Description String
ExmoTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx with parameters of type StopOrder Modifier and Type Method Description static FtxModifyConditionalOrderRequestPayload
FtxAdapters. adaptModifyConditionalOrderToFtxOrderPayload(StopOrder stopOrder)
static FtxConditionalOrderRequestPayload
FtxAdapters. adaptStopOrderToFtxOrderPayload(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service with parameters of type StopOrder Modifier and Type Method Description String
FtxTradeServiceRaw. changeStopOrder(StopOrder stopOrder)
String
FtxTradeService. placeStopOrder(StopOrder stopOrder)
String
FtxTradeServiceRaw. placeStopOrderForSubAccount(String subaccount, StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.globitex.service
Methods in org.knowm.xchange.globitex.service with parameters of type StopOrder Modifier and Type Method Description String
GlobitexTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service with parameters of type StopOrder Modifier and Type Method Description String
HuobiTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex with parameters of type StopOrder Modifier and Type Method Description String
IdexTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin with parameters of type StopOrder Modifier and Type Method Description static OrderCreateApiRequest
KucoinAdapters. adaptStopOrder(StopOrder stopOrder)
String
KucoinTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.lykke.service
Methods in org.knowm.xchange.lykke.service with parameters of type StopOrder Modifier and Type Method Description String
LykkeTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service with parameters of type StopOrder Modifier and Type Method Description String
OkCoinFuturesTradeService. placeStopOrder(StopOrder stopOrder)
String
OkCoinTradeService. placeStopOrder(StopOrder stopOrder)
-
Uses of StopOrder in org.knowm.xchange.service.trade
Methods in org.knowm.xchange.service.trade with parameters of type StopOrder Modifier and Type Method Description default String
TradeService. placeStopOrder(StopOrder stopOrder)
Place a stop order