#include <CC.h>
Public Member Functions | |
CC () | |
~CC () | |
void | getHistory (BarData *, QDateTime &, QString &, bool, int, BarData::BarLength) |
bool | createNew (QString &path, QString &symbol, QString &adjustment) |
bool | prefDialog (QString &adjustment) |
Protected Attributes | |
QString | helpFile |
Definition at line 29 of file CC.h.
void CC::getHistory | ( | BarData * | barData, | |
QDateTime & | startDate, | |||
QString & | fs, | |||
bool | adjustFlag, | |||
int | barRange, | |||
BarData::BarLength | barLength | |||
) |
Definition at line 42 of file CC.cpp.
References BarData::appendRaw(), DBBase::close(), BarData::count(), Config::DataPath, BarData::getBar(), Bar::getClose(), BarData::getClose(), FuturesData::getCurrentContract(), Config::getData(), BarData::getDate(), Bar::getEmptyFlag(), FuturesData::getExchange(), Bar::getHigh(), DbPlugin::getHistory(), Bar::getLow(), Bar::getOpen(), FuturesData::getSymbol(), DbPlugin::setBarLength(), DbPlugin::setBarRange(), Bar::setClose(), Bar::setEmptyFlag(), Bar::setHigh(), Bar::setLow(), Bar::setOpen(), and FuturesData::setSymbol().
bool CC::createNew | ( | QString & | path, | |
QString & | symbol, | |||
QString & | adjustment | |||
) |
Definition at line 193 of file CC.cpp.
References PrefDialog::addCheckItem(), PrefDialog::addComboItem(), PrefDialog::createPage(), Config::DataPath, PrefDialog::getCheck(), PrefDialog::getCombo(), Config::getData(), FuturesData::getSymbolList(), helpFile, and PrefDialog::setHelpFile().
bool CC::prefDialog | ( | QString & | adjustment | ) |
Definition at line 252 of file CC.cpp.
References PrefDialog::addCheckItem(), PrefDialog::createPage(), PrefDialog::getCheck(), helpFile, and PrefDialog::setHelpFile().
QString CC::helpFile [protected] |