Home
last modified time | relevance | path

Searched defs:matchCurrentGroup (Results 1 – 8 of 8) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange_bittrex.cpp289 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
350 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_hitbtc.cpp304 … bool matchCurrentGroup = price < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
364 … bool matchCurrentGroup = price > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_indacoin.cpp305 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
377 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_poloniex.cpp292 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
353 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_binance.cpp308 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
370 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_bitfinex.cpp586 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
646 … bool matchCurrentGroup = priceDouble > groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_bitstamp.cpp544 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
604 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local
H A Dexchange_yobit.cpp337 … bool matchCurrentGroup = priceDouble < groupedPrice + baseValues.groupPriceValue; in dataReceivedAuth() local
398 … bool matchCurrentGroup = priceDouble > groupedPrice - baseValues.groupPriceValue; in dataReceivedAuth() local