203 argument.beginStructure();
209 argument.endStructure();
215 argument.beginStructure();
218 QString currentValue;
219 QString openingValue;
222 QString closingValue;
230 argument >> symbol >> dateTime >> currentValue >> openingValue >> highValue >> lowValue
231 >> closingValue >> marketCap >> volume >> earnings >> change >> ebitda >> recordId;
233 item.
setDateTime(QDateTime::fromString(dateTime, Qt::ISODate));
246 argument.endStructure();
const AlkValue & earningsPerShare() const
const AlkValue & highValue() const
void setMarketCap(const AlkValue &value)
void setHighValue(const AlkValue &value)
void setChangeToday(const AlkValue &value)
void setCurrentValue(const AlkValue &value)
const QDBusArgument & operator>>(const QDBusArgument &argument, AlkQuoteItem &item)
const QString & recordId() const
void setDateTime(const QDateTime &datetime)
const AlkValue & closingValue() const
void setEarningsPerShare(const AlkValue &value)
void setClosingValue(const AlkValue &value)
void setSymbol(const QString &symbol)
AlkQuoteItem(QObject *parent=0)
const AlkValue & marketCap() const
void setLowValue(const AlkValue &value)
QDBusArgument & operator<<(QDBusArgument &argument, const AlkQuoteItem &item)
const AlkValue & changeToday() const
void setRecordId(const QString &recordId)
const AlkValue & currentValue() const
const QDateTime & dateTime() const
const AlkValue & openingValue() const
const AlkValue & lowValue() const
const QString & symbol() const
const AlkValue & volume() const
void setVolume(const AlkValue &value)
const AlkValue & ebitda() const
void setOpeningValue(const AlkValue &value)
void setEbitda(const AlkValue &value)