Uses of Enum
org.knowm.xchange.btcturk.dto.BTCTurkOrderMethods
Packages that use BTCTurkOrderMethods
-
Uses of BTCTurkOrderMethods in org.knowm.xchange.btcturk.dto
Methods in org.knowm.xchange.btcturk.dto that return BTCTurkOrderMethodsModifier and TypeMethodDescriptionstatic BTCTurkOrderMethodsReturns the enum constant of this type with the specified name.static BTCTurkOrderMethods[]BTCTurkOrderMethods.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BTCTurkOrderMethods in org.knowm.xchange.btcturk.dto.trade
Methods in org.knowm.xchange.btcturk.dto.trade that return BTCTurkOrderMethodsMethods in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkOrderMethodsModifier and TypeMethodDescriptionvoidBTCTurkOrder.setOrderMethod(BTCTurkOrderMethods orderMethod) Constructors in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkOrderMethodsModifierConstructorDescriptionBTCTurkOrder(BTCTurkOrderMethods OrderMethod, String Price, String PricePrecision, String Amount, String AmountPrecision, String Total, String TotalPrecision, int DenominatorPrecision, String TriggerPrice, String TriggerPricePrecision, BTCTurkOrderTypes OrderType, BTCTurkPair PairSymbol)