Alkimia API
alkquoteitem.h
121ALK_NO_EXPORT const QDBusArgument &operator>>(const QDBusArgument &argument, AlkQuoteItem &item);
This class represents a single quote of an equity It holds information of use to assess the equity va...
Definition alkquoteitem.h:25
const AlkValue & highValue() const
Highest value of the share since the market opened that day.
Definition alkquoteitem.cpp:78
const AlkValue & ebitda() const
Earnings Before Interest, Taxes, Depreciation, and Amortization.
Definition alkquoteitem.cpp:113
const AlkValue & closingValue() const
Value of the share when the market closed.
Definition alkquoteitem.cpp:88
const AlkValue & lowValue() const
Lowest value of the share since the market opened that day.
Definition alkquoteitem.cpp:83
const AlkValue & currentValue() const
Value of the share at the time of the quote.
Definition alkquoteitem.cpp:68
const AlkValue & openingValue() const
Value of the share when the market opened.
Definition alkquoteitem.cpp:73
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.