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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
cqsp::common::components::MarketInformation Struct Reference

Historical information about the market Might change this to a different type of resource ledger so that we don't have so many lookups More...

#include <economy.h>

Inheritance diagram for cqsp::common::components::MarketInformation:
cqsp::common::components::Market

Public Attributes

ResourceLedger demand
 
ResourceLedger sd_ratio
 
ResourceLedger ds_ratio
 
ResourceLedger supply
 
ResourceLedger volume
 The amount of goods that changed hands. We can use this to calculate the GDP More...
 
ResourceLedger price
 
ResourceLedger previous_demand
 
ResourceLedger previous_supply
 
ResourceLedger latent_supply
 
ResourceLedger last_latent_demand
 
ResourceLedger latent_demand
 

Detailed Description

Historical information about the market Might change this to a different type of resource ledger so that we don't have so many lookups

Member Data Documentation

◆ demand

ResourceLedger cqsp::common::components::MarketInformation::demand

◆ ds_ratio

ResourceLedger cqsp::common::components::MarketInformation::ds_ratio

◆ last_latent_demand

ResourceLedger cqsp::common::components::MarketInformation::last_latent_demand

◆ latent_demand

ResourceLedger cqsp::common::components::MarketInformation::latent_demand

◆ latent_supply

ResourceLedger cqsp::common::components::MarketInformation::latent_supply

◆ previous_demand

ResourceLedger cqsp::common::components::MarketInformation::previous_demand

◆ previous_supply

ResourceLedger cqsp::common::components::MarketInformation::previous_supply

◆ price

ResourceLedger cqsp::common::components::MarketInformation::price

◆ sd_ratio

ResourceLedger cqsp::common::components::MarketInformation::sd_ratio

◆ supply

ResourceLedger cqsp::common::components::MarketInformation::supply

◆ volume

ResourceLedger cqsp::common::components::MarketInformation::volume

The amount of goods that changed hands. We can use this to calculate the GDP


The documentation for this struct was generated from the following file: