20 #ifndef ALKQUOTEITEM_H 21 #define ALKQUOTEITEM_H 23 #include "alk_export.h" 27 #include <QDBusArgument> 49 const QString& symbol()
const;
54 const QDateTime& dateTime()
const;
59 const AlkValue& currentValue()
const;
64 const AlkValue& openingValue()
const;
79 const AlkValue& closingValue()
const;
95 const AlkValue& earningsPerShare()
const;
100 const AlkValue& changeToday()
const;
110 const QString& recordId()
const;
113 void setSymbol(
const QString &symbol);
114 void setDateTime(
const QDateTime &datetime);
115 void setCurrentValue(
const AlkValue &value);
116 void setOpeningValue(
const AlkValue &value);
117 void setHighValue(
const AlkValue &value);
118 void setLowValue(
const AlkValue &value);
119 void setClosingValue(
const AlkValue &value);
120 void setVolume(
const AlkValue &value);
121 void setMarketCap(
const AlkValue &value);
122 void setEarningsPerShare(
const AlkValue &value);
123 void setChangeToday(
const AlkValue &value);
124 void setEbitda(
const AlkValue &value);
125 void setRecordId(
const QString &recordId);
ALK_EXPORT QDBusArgument & operator<<(QDBusArgument &argument, const AlkQuoteItem &item)
ALK_EXPORT const QDBusArgument & operator>>(const QDBusArgument &argument, AlkQuoteItem &item)