Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Attributes | List of all members
cqsp::common::components::MarketHistory Class Reference

Records the history of market. More...

#include <history.h>

Public Attributes

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
 

Detailed Description

Records the history of market.

Member Data Documentation

◆ 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: