Uses of Enum
org.knowm.xchange.btcturk.dto.BTCTurkOrderTypes
Packages that use BTCTurkOrderTypes
Package
Description
-
Uses of BTCTurkOrderTypes in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return BTCTurkOrderTypesModifier and TypeMethodDescriptionstatic BTCTurkOrderTypes
BTCTurkAdapters.adaptOrderType
(Order.OrderType type) -
Uses of BTCTurkOrderTypes in org.knowm.xchange.btcturk.dto
Methods in org.knowm.xchange.btcturk.dto that return BTCTurkOrderTypesModifier and TypeMethodDescriptionstatic BTCTurkOrderTypes
Returns the enum constant of this type with the specified name.static BTCTurkOrderTypes[]
BTCTurkOrderTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BTCTurkOrderTypes in org.knowm.xchange.btcturk.dto.trade
Methods in org.knowm.xchange.btcturk.dto.trade that return BTCTurkOrderTypesMethods in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkOrderTypesConstructors in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkOrderTypesModifierConstructorDescriptionBTCTurkExchangeResult
(String id, Date datetime, BTCTurkOrderTypes type, BigDecimal price, BigDecimal amount, String pairsymbol) BTCTurkOrder
(BTCTurkOrderMethods OrderMethod, String Price, String PricePrecision, String Amount, String AmountPrecision, String Total, String TotalPrecision, int DenominatorPrecision, String TriggerPrice, String TriggerPricePrecision, BTCTurkOrderTypes OrderType, BTCTurkPair PairSymbol) -
Uses of BTCTurkOrderTypes in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service with parameters of type BTCTurkOrderTypesModifier and TypeMethodDescriptionBTCTurkTradeServiceRaw.placeLimitOrder
(BigDecimal amount, BigDecimal price, CurrencyPair pair, BTCTurkOrderTypes orderTypes) BTCTurkTradeServiceRaw.placeMarketOrder
(BigDecimal total, CurrencyPair pair, BTCTurkOrderTypes orderTypes) BTCTurkTradeServiceRaw.placeStopLimitOrder
(BigDecimal amount, BigDecimal price, BigDecimal triggerPrice, CurrencyPair pair, BTCTurkOrderTypes orderTypes)