Home
last modified time | relevance | path

Searched refs:currentAsksMap (Results 1 – 8 of 8) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange_bittrex.cpp260 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
297 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
307 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
315 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
319 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_binance.cpp279 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
316 &currentAsksMap, in dataReceivedAuth()
328 … depthSubmitOrder(baseValues.currentPair.symbol, &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
336 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
339 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_hitbtc.cpp275 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
312 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
321 … depthSubmitOrder(baseValues.currentPair.symbol, &currentAsksMap, price, amount, true); in dataReceivedAuth()
329 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
333 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_indacoin.cpp265 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
313 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
323 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
331 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
335 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_poloniex.cpp263 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
300 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
310 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
318 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
322 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_yobit.cpp308 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
345 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
355 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
363 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
367 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_bitfinex.cpp557 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
594 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
604 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
612 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
616 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()
H A Dexchange_bitstamp.cpp512 QMap<double, double> currentAsksMap; in dataReceivedAuth() local
552 … &currentAsksMap, groupedPrice + baseValues.groupPriceValue, groupedVolume, true); in dataReceivedAuth()
562 &currentAsksMap, priceDouble, amount, true); in dataReceivedAuth()
570 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
574 lastDepthAsksMap = currentAsksMap; in dataReceivedAuth()