Home
last modified time | relevance | path

Searched refs:depthUpdateOrder (Results 1 – 18 of 18) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange_bittrex.cpp316 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
377 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
573 void Exchange_Bittrex::depthUpdateOrder(const QString& symbol, double price, double amount, bool is… in depthUpdateOrder() function in Exchange_Bittrex
618 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
625 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_binance.cpp337depthUpdateOrder(baseValues.currentPair.symbol, currentAsksList.at(n), 0.0, true); in dataReceivedAuth()
399depthUpdateOrder(baseValues.currentPair.symbol, currentBidsList.at(n), 0.0, false); in dataReceivedAuth()
658 void Exchange_Binance::depthUpdateOrder(const QString& symbol, double price, double amount, bool is… in depthUpdateOrder() function in Exchange_Binance
706 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
713 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_hitbtc.cpp330 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
390 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
619 void Exchange_HitBTC::depthUpdateOrder(const QString& symbol, double price, double amount, bool isA… in depthUpdateOrder() function in Exchange_HitBTC
664 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
671 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_indacoin.cpp332 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
404 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
655 void Exchange_Indacoin::depthUpdateOrder(const QString& symbol, double price, double amount, bool i… in depthUpdateOrder() function in Exchange_Indacoin
700 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
707 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_poloniex.cpp319 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
380 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
614 void Exchange_Poloniex::depthUpdateOrder(const QString& symbol, double price, double amount, bool i… in depthUpdateOrder() function in Exchange_Poloniex
659 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
666 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_yobit.cpp364 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
425 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
674 void Exchange_YObit::depthUpdateOrder(const QString& symbol, double price, double amount, bool isAs… in depthUpdateOrder() function in Exchange_YObit
719 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
726 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
H A Dexchange_poloniex.h62 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_bitfinex.h75 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_hitbtc.h62 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_binance.h62 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_bittrex.h62 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_yobit.h71 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_bitstamp.h73 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_indacoin.h74 void depthUpdateOrder(const QString&, double, double, bool);
H A Dexchange_bitfinex.cpp334 void Exchange_Bitfinex::depthUpdateOrder(const QString& symbol, double price, double amount, bool i… in depthUpdateOrder() function in Exchange_Bitfinex
382 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
389 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
613 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
673 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
H A Dexchange_bitstamp.cpp298 void Exchange_Bitstamp::depthUpdateOrder(const QString& symbol, double price, double amount, bool i… in depthUpdateOrder() function in Exchange_Bitstamp
343 depthUpdateOrder(symbol, priceDouble, amount, true); in depthSubmitOrder()
350 depthUpdateOrder(symbol, priceDouble, amount, false); in depthSubmitOrder()
571 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
631 depthUpdateOrder(baseValues.currentPair.symbol, in dataReceivedAuth()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Ddepthmodel.h85 void depthUpdateOrder(DepthItem item);
H A Ddepthmodel.cpp689 depthUpdateOrder(items->at(n)); in depthUpdateOrders()
698 void DepthModel::depthUpdateOrder(DepthItem item) in depthUpdateOrder() function in DepthModel