Go to the documentation of this file.
201 argument.beginStructure();
202 argument << item.
symbol() << item.
dateTime().toString(Qt::ISODate)
210 argument.endStructure();
216 argument.beginStructure();
219 QString currentValue;
220 QString openingValue;
223 QString closingValue;
231 argument >> symbol >> dateTime >> currentValue >> openingValue >> highValue >> lowValue
232 >> closingValue >> marketCap >> volume >> earnings >> change >> ebitda >> recordId;
234 item.
setDateTime(QDateTime::fromString(dateTime, Qt::ISODate));
247 argument.endStructure();
const AlkValue & openingValue() const
void setEarningsPerShare(const AlkValue &value)
const AlkValue & volume() const
void setDateTime(const QDateTime &datetime)
void setClosingValue(const AlkValue &value)
void setEbitda(const AlkValue &value)
const QDBusArgument & operator>>(const QDBusArgument &argument, AlkQuoteItem &item)
const AlkValue & highValue() const
const AlkValue & marketCap() const
void setChangeToday(const AlkValue &value)
AlkQuoteItem(QObject *parent=0)
const AlkValue & changeToday() const
void setHighValue(const AlkValue &value)
const AlkValue & closingValue() const
const AlkValue & currentValue() const
const QString & symbol() const
void setLowValue(const AlkValue &value)
QDBusArgument & operator<<(QDBusArgument &argument, const AlkQuoteItem &item)
void setSymbol(const QString &symbol)
const AlkValue & ebitda() const
void setRecordId(const QString &recordId)
void setOpeningValue(const AlkValue &value)
const AlkValue & earningsPerShare() const
void setMarketCap(const AlkValue &value)
const AlkValue & lowValue() const
const QString & recordId() const
const QDateTime & dateTime() const
void setVolume(const AlkValue &value)
void setCurrentValue(const AlkValue &value)