Uses of Enum
org.knowm.xchange.dto.Order.OrderStatus
Packages that use Order.OrderStatus
Package
Description
-
Uses of Order.OrderStatus in info.bitrich.xchangestream.cexio
Constructors in info.bitrich.xchangestream.cexio with parameters of type Order.OrderStatusModifierConstructorDescriptionCexioOrder(CurrencyPair currencyPair, String id, Order.OrderStatus status, BigDecimal remainingAmount) CexioOrder(Order.OrderType type, CurrencyPair currencyPair, BigDecimal originalAmount, String id, Date timestamp, BigDecimal limitPrice, BigDecimal fee, Order.OrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return Order.OrderStatus -
Uses of Order.OrderStatus in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBinanceAdapters.adaptOrderStatus(OrderStatus orderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBitcoindeAdapters.adaptOrderStatus(BitcoindeOrderState state) -
Uses of Order.OrderStatus in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBitfinexAdapters.adaptOrderStatus(BitfinexOrderStatusResponse order) -
Uses of Order.OrderStatus in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBitmexAdapters.adaptOrderStatus(BitmexPrivateOrder.OrderStatus status) static Order.OrderStatusBitmexAdapters.adaptOrderStatus(BitmexOrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBitstampAdapters.adaptOrderStatus(BitstampOrderStatus bitstampOrderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.bitstamp.order.dto
Constructors in org.knowm.xchange.bitstamp.order.dto with parameters of type Order.OrderStatusModifierConstructorDescriptionBitstampGenericOrder(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBittrexAdapters.adaptOrderStatus(BittrexOrder order) Methods in org.knowm.xchange.bittrex with parameters of type Order.OrderStatusModifier and TypeMethodDescriptionstatic LimitOrderBittrexAdapters.adaptOrder(BittrexOrder order, Order.OrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBlockchainAdapters.toOrderStatus(String status) -
Uses of Order.OrderStatus in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBTCMarketsAdapters.adaptOrderStatus(String btcmarketsOrderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBybitAdapters.adaptBybitOrderStatus(BybitOrderStatus orderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusCexIOAdapters.adaptPositionStatus(CexioPosition cexioPosition) CexIO position status is not documented, testing API we can infer that they are similar to order statusCexIOAdapters.adaptOrderStatus(CexIOOpenOrder) -
Uses of Order.OrderStatus in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusCoinbaseProAdapters.adaptOrderStatus(CoinbaseProOrder order) The status from the CoinbaseProOrder object converted to xchange statusstatic Order.OrderStatus[]CoinbaseProAdapters.adaptOrderStatuses(CoinbaseProOrder[] orders) -
Uses of Order.OrderStatus in org.knowm.xchange.coindirect
Methods in org.knowm.xchange.coindirect that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusCoindirectAdapters.adaptOrderStatus(CoindirectOrder.Status orderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusCoingiAdapters.adaptOrderStatus(int status) -
Uses of Order.OrderStatus in org.knowm.xchange.coinjar
Methods in org.knowm.xchange.coinjar that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusCoinjarAdapters.adaptStatus(String status) -
Uses of Order.OrderStatus in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusDeribitAdapters.adaptOrderStatus(OrderState state) -
Uses of Order.OrderStatus in org.knowm.xchange.dto
Fields in org.knowm.xchange.dto declared as Order.OrderStatusMethods in org.knowm.xchange.dto that return Order.OrderStatusModifier and TypeMethodDescriptionOrder.getStatus()static Order.OrderStatusReturns the enum constant of this type with the specified name.static Order.OrderStatus[]Order.OrderStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.dto with parameters of type Order.OrderStatusModifier and TypeMethodDescriptionOrder.Builder.orderStatus(Order.OrderStatus status) voidOrder.setOrderStatus(Order.OrderStatus status) Constructors in org.knowm.xchange.dto with parameters of type Order.OrderStatusModifierConstructorDescriptionOrder(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status) Order(Order.OrderType type, BigDecimal originalAmount, Instrument instrument, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String userReference) -
Uses of Order.OrderStatus in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade with parameters of type Order.OrderStatusModifier and TypeMethodDescriptionLimitOrder.Builder.orderStatus(Order.OrderStatus status) MarketOrder.Builder.orderStatus(Order.OrderStatus status) StopOrder.Builder.orderStatus(Order.OrderStatus status) Constructors in org.knowm.xchange.dto.trade with parameters of type Order.OrderStatusModifierConstructorDescriptionLimitOrder(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, 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) 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) -
Uses of Order.OrderStatus in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusFtxAdapters.adaptFtxOrderStatusToOrderStatus(FtxOrderStatus ftxOrderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.hitbtc.v2.dto
Constructors in org.knowm.xchange.hitbtc.v2.dto with parameters of type Order.OrderStatusModifierConstructorDescriptionHitbtcLimitOrder(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String clientOrderId) Deprecated.HitbtcMarketOrder(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal averagePrice, BigDecimal cumulativeAmount, BigDecimal fee, Order.OrderStatus status, String clientOrderId) -
Uses of Order.OrderStatus in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusKrakenAdapters.adaptOrderStatus(KrakenOrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusKrakenFuturesAdapters.adaptOrderStatus(KrakenFuturesOrderStatus krakenFuturesOrderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusLatokenAdapters.adaptOrderStatus(LatokenOrderStatus latokenOrderStatus) Methods in org.knowm.xchange.latoken with parameters of type Order.OrderStatusModifier and TypeMethodDescriptionstatic LatokenOrderStatusLatokenAdapters.toLatokenOrderStatus(Order.OrderStatus status) -
Uses of Order.OrderStatus in org.knowm.xchange.lykke.dto.trade
Methods in org.knowm.xchange.lykke.dto.trade that return Order.OrderStatusModifier and TypeMethodDescriptionLykkeTradeState.getOrderStatus()static Order.OrderStatusLykkeTradeState.toOrderStatus(LykkeTradeState lykkeTradeState) Methods in org.knowm.xchange.lykke.dto.trade with parameters of type Order.OrderStatusModifier and TypeMethodDescriptionstatic LykkeTradeStateLykkeTradeState.fromOrderStatus(Order.OrderStatus orderStatus) -
Uses of Order.OrderStatus in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusOkCoinAdapters.adaptOrderStatus(int status) -
Uses of Order.OrderStatus in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusTheRockAdapters.adaptOrderStatus(TheRockOrder order) The status from theTheRockobject converted to xchange status By the API documentation available order states are the follow: (active|conditional|executed|deleted) -
Uses of Order.OrderStatus in org.knowm.xchange.yobit
Methods in org.knowm.xchange.yobit that return Order.OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusYoBitAdapters.adaptOrderStatus(String status)