Records the history of market.
More...
#include <history.h>
|
| std::map< entt::entity, std::vector< double > > | price_history |
| |
| std::map< entt::entity, std::vector< double > > | sd_ratio |
| |
| std::map< entt::entity, std::vector< double > > | supply |
| |
| std::map< entt::entity, std::vector< double > > | demand |
| |
| std::map< entt::entity, std::vector< double > > | volume |
| |
| std::vector< double > | gdp |
| |
Records the history of market.
◆ demand
| std::map<entt::entity, std::vector<double> > cqsp::common::components::MarketHistory::demand |
◆ gdp
| std::vector<double> cqsp::common::components::MarketHistory::gdp |
◆ price_history
| std::map<entt::entity, std::vector<double> > cqsp::common::components::MarketHistory::price_history |
◆ sd_ratio
| std::map<entt::entity, std::vector<double> > cqsp::common::components::MarketHistory::sd_ratio |
◆ supply
| std::map<entt::entity, std::vector<double> > cqsp::common::components::MarketHistory::supply |
◆ volume
| std::map<entt::entity, std::vector<double> > cqsp::common::components::MarketHistory::volume |
The documentation for this class was generated from the following file:
- /github/workspace/src/common/components/history.h