Home
last modified time | relevance | path

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

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange_bittrex.cpp312 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
314 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
315 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
317 currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_binance.cpp333 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
335 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
336 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
337 … depthUpdateOrder(baseValues.currentPair.symbol, currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_hitbtc.cpp326 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
328 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
329 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
331 currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_indacoin.cpp328 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
330 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
331 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
333 currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_poloniex.cpp315 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
317 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
318 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
320 currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_yobit.cpp360 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
362 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
363 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
365 currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
H A Dexchange_bitfinex.cpp609 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
611 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
612 if (currentAsksMap.value(currentAsksList.at(n), 0) == 0) in dataReceivedAuth()
614 currentAsksList.at(n), 0.0, true); //Remove price in dataReceivedAuth()
H A Dexchange_bitstamp.cpp567 QList<double> currentAsksList = lastDepthAsksMap.keys(); in dataReceivedAuth() local
569 for (int n = 0; n < currentAsksList.size(); n++) in dataReceivedAuth()
570 if (qFuzzyIsNull(currentAsksMap.value(currentAsksList.at(n), 0))) in dataReceivedAuth()
572 currentAsksList.at(n), 0.0, true); //Remove price in dataReceivedAuth()