Home
last modified time | relevance | path

Searched refs:supportsAccountVolume (Results 1 – 11 of 11) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange.h97 bool supportsAccountVolume; variable
H A Dexchange.cpp58 supportsAccountVolume = true; in Exchange()
H A Dexchange_bittrex.cpp74 supportsAccountVolume = false; in Exchange_Bittrex()
H A Dexchange_binance.cpp76 supportsAccountVolume = false; in Exchange_Binance()
H A Dexchange_hitbtc.cpp73 supportsAccountVolume = false; in Exchange_HitBTC()
H A Dexchange_indacoin.cpp68 supportsAccountVolume = false; in Exchange_Indacoin()
H A Dexchange_poloniex.cpp73 supportsAccountVolume = false; in Exchange_Poloniex()
H A Dexchange_yobit.cpp68 supportsAccountVolume = false; in Exchange_YObit()
H A Dexchange_bitfinex.cpp77 supportsAccountVolume = false; in Exchange_Bitfinex()
H A Dexchange_bitstamp.cpp71 supportsAccountVolume = false; in Exchange_Bitstamp()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dqtbitcointrader.cpp718 else if (currentExchange->supportsLoginIndicator && !currentExchange->supportsAccountVolume) in setupClass()