12#include <alkimia/alkvalue.h>
14#include <QDBusArgument>
47 const AlkValue ¤tValue()
const;
52 const AlkValue &openingValue()
const;
57 const AlkValue &highValue()
const;
62 const AlkValue &lowValue()
const;
67 const AlkValue &closingValue()
const;
72 const AlkValue &volume()
const;
77 const AlkValue &marketCap()
const;
82 const AlkValue &earningsPerShare()
const;
87 const AlkValue &changeToday()
const;
92 const AlkValue &ebitda()
const;
97 const QString &recordId()
const;
99 void setSymbol(
const QString &symbol);
100 void setDateTime(
const QDateTime &datetime);
101 void setCurrentValue(
const AlkValue &value);
102 void setOpeningValue(
const AlkValue &value);
103 void setHighValue(
const AlkValue &value);
104 void setLowValue(
const AlkValue &value);
105 void setClosingValue(
const AlkValue &value);
106 void setVolume(
const AlkValue &value);
107 void setMarketCap(
const AlkValue &value);
108 void setEarningsPerShare(
const AlkValue &value);
109 void setChangeToday(
const AlkValue &value);
110 void setEbitda(
const AlkValue &value);
111 void setRecordId(
const QString &recordId);
This class represents a single quote of an equity It holds information of use to assess the equity va...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:01:13 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.