Home
last modified time | relevance | path

Searched refs:lastTickerLow (Results 1 – 10 of 10) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange.h74 double lastTickerLow; variable
H A Dexchange_bitfinex.cpp107 lastTickerLow = 0.0; in clearVariables()
478 if (newTickerLow != lastTickerLow) in dataReceivedAuth()
481 lastTickerLow = newTickerLow; in dataReceivedAuth()
H A Dexchange_bittrex.cpp162 if (tickerLow > 0.0 && !qFuzzyCompare(tickerLow, lastTickerLow)) in dataReceivedAuth()
165 lastTickerLow = tickerLow; in dataReceivedAuth()
H A Dexchange_binance.cpp166 if (tickerLow > 0.0 && !qFuzzyCompare(tickerLow, lastTickerLow)) in dataReceivedAuth()
169 lastTickerLow = tickerLow; in dataReceivedAuth()
H A Dexchange_hitbtc.cpp158 if (tickerLow > 0.0 && !qFuzzyCompare(tickerLow, lastTickerLow)) in dataReceivedAuth()
161 lastTickerLow = tickerLow; in dataReceivedAuth()
H A Dexchange_indacoin.cpp172 if (newTickerLow != lastTickerLow) in dataReceivedAuth()
175 lastTickerLow = newTickerLow; in dataReceivedAuth()
H A Dexchange_poloniex.cpp164 if (tickerLow > 0.0 && !qFuzzyCompare(tickerLow, lastTickerLow)) in dataReceivedAuth()
167 lastTickerLow = tickerLow; in dataReceivedAuth()
H A Dexchange_yobit.cpp172 if (newTickerLow != lastTickerLow) in dataReceivedAuth()
175 lastTickerLow = newTickerLow; in dataReceivedAuth()
H A Dexchange.cpp207 lastTickerLow = 0.0; in clearVariables()
H A Dexchange_bitstamp.cpp394 if (tickerLow > 0.0 && !qFuzzyCompare(tickerLow, lastTickerLow)) in dataReceivedAuth()
397 lastTickerLow = tickerLow; in dataReceivedAuth()