Uses of Class
org.knowm.xchange.btcturk.dto.BTCTurkPair
Packages that use BTCTurkPair
-
Uses of BTCTurkPair in org.knowm.xchange.btcturk.dto.marketdata
Constructors in org.knowm.xchange.btcturk.dto.marketdata with parameters of type BTCTurkPairModifierConstructorDescriptionBTCTurkTicker
(BTCTurkPair pair, BigDecimal high, BigDecimal last, long timestamp, BigDecimal bid, BigDecimal volume, BigDecimal low, BigDecimal ask, BigDecimal open, BigDecimal average, BigDecimal daily, BigDecimal dailyPercent, Currency denominatorsymbol, Currency numeratorsymbol) -
Uses of BTCTurkPair in org.knowm.xchange.btcturk.dto.trade
Methods in org.knowm.xchange.btcturk.dto.trade that return BTCTurkPairMethods in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkPairConstructors in org.knowm.xchange.btcturk.dto.trade with parameters of type BTCTurkPairModifierConstructorDescriptionBTCTurkOpenOrders
(String id, Date datetime, String type, BigDecimal price, BigDecimal amount, BTCTurkPair 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)