#include <DBIndexItem.h>
Public Attributes | |
bool | barType |
char | symbol [15] |
char | type [10] |
char | title [90] |
char | exchange [10] |
char | path [100] |
char | quotePlugin [15] |
char | futuresType [5] |
char | futuresMonth [2] |
Definition at line 27 of file DBIndexItem.h.
Definition at line 29 of file DBIndexItem.h.
Referenced by DBIndexItem::getBarType(), and DBIndexItem::setBarType().
char DBIndexItemItem::symbol[15] |
Definition at line 30 of file DBIndexItem.h.
Referenced by DBIndexItem::getSymbol(), and DBIndexItem::setSymbol().
char DBIndexItemItem::type[10] |
Definition at line 31 of file DBIndexItem.h.
Referenced by DBIndexItem::getType(), and DBIndexItem::setType().
char DBIndexItemItem::title[90] |
Definition at line 32 of file DBIndexItem.h.
Referenced by DBIndexItem::getTitle(), and DBIndexItem::setTitle().
char DBIndexItemItem::exchange[10] |
Definition at line 33 of file DBIndexItem.h.
Referenced by DBIndexItem::getExchange(), and DBIndexItem::setExchange().
char DBIndexItemItem::path[100] |
Definition at line 34 of file DBIndexItem.h.
Referenced by DBIndexItem::getPath(), and DBIndexItem::setPath().
char DBIndexItemItem::quotePlugin[15] |
Definition at line 35 of file DBIndexItem.h.
Referenced by DBIndexItem::getQuotePlugin(), and DBIndexItem::setQuotePlugin().
char DBIndexItemItem::futuresType[5] |
Definition at line 36 of file DBIndexItem.h.
Referenced by DBIndexItem::getFuturesType(), and DBIndexItem::setFuturesType().
char DBIndexItemItem::futuresMonth[2] |
Definition at line 37 of file DBIndexItem.h.
Referenced by DBIndexItem::getFuturesMonth(), and DBIndexItem::setFuturesMonth().