Uses of Enum
org.knowm.xchange.btcturk.dto.BTCTurkOrderMethods
-
Uses of BTCTurkOrderMethods in org.knowm.xchange.btcturk.dto
Modifier and TypeMethodDescriptionstatic BTCTurkOrderMethods
Returns 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
Modifier and TypeMethodDescriptionvoid
BTCTurkOrder.setOrderMethod
(BTCTurkOrderMethods orderMethod) ModifierConstructorDescriptionBTCTurkOrder
(BTCTurkOrderMethods OrderMethod, String Price, String PricePrecision, String Amount, String AmountPrecision, String Total, String TotalPrecision, int DenominatorPrecision, String TriggerPrice, String TriggerPricePrecision, BTCTurkOrderTypes OrderType, BTCTurkPair PairSymbol)