Stock Market Simulator main e8c3612
A game that provides a realistic stock buying experience with unpredictable trends to test investment strategies.
Loading...
Searching...
No Matches
Stock Member List

This is the complete list of members for Stock, including all inherited members.

add_event(const Stock_event &event)Stock
attributesStockprivate
calculateStockValue(const float &trading_fees_percent) constStock
calculateTradingFeesLost(const float &trading_fees_percent) constStock
can_add_event(const Stock_event &event)Stock
categoryStockprivate
category_name(void) constStock
change_mean(float delta_mean)Stockinline
delta_price(void)Stock
delta_price_percentage(void)Stock
eventsStockprivate
get_base_attribute(stock_modifiers attribute)Stockinline
get_category(void)Stockinline
get_event_attribute(stock_modifiers attribute)Stock
get_event_ids(void)Stock
get_events(void)Stockinline
get_history_size(void)Stockinline
get_initial_price(void)Stockinline
get_name(void)Stockinline
get_price(void)Stockinline
get_quantity(void)Stockinline
get_split_count(void)Stockinline
get_total_attribute(stock_modifiers attribute)Stock
historyStockprivate
load(const std::string &playerName, int i)Stock
nameStockprivate
next_round(void)Stock
num_stocks_affordable(float balance, float trading_fees_percent) constStock
operator<<(std::ostream &fout, const Stock &stock)Stockfriend
operator>>(std::istream &fin, Stock &stock)Stockfriend
priceStockprivate
purchase(float &balance, unsigned int amount, float trading_fees_percent)Stock
quantityStockprivate
remove_obselete_event(void)Stockprivate
return_most_recent_history(unsigned int rounds)Stock
save(const std::string &playerName, int i)Stock
sell(float &balance, unsigned int amount, float trading_fees_percent)Stock
setup_STOCK_SPLIT_EVENT(void)Stock
split_countStockprivate
Stock(void)Stock
update_history(void)Stockprivate