#include <commodity.h>
Public Member Functions | |
bool | operator== (const price_point_t &other) const |
price_point_t () | |
price_point_t (datetime_t _when, amount_t _price) | |
Public Attributes | |
amount_t | price |
datetime_t | when |
Definition at line 58 of file commodity.h.
|
inline |
Definition at line 63 of file commodity.h.
|
inline |
Definition at line 64 of file commodity.h.
|
inline |
Definition at line 67 of file commodity.h.
References ledger::downcast(), ledger::amount_t::price(), price, and when.
amount_t ledger::price_point_t::price |
Definition at line 61 of file commodity.h.
Referenced by operator==().
datetime_t ledger::price_point_t::when |
Definition at line 60 of file commodity.h.
Referenced by operator==().