/*********************************************************************/ /*Program Name: Stockmarket Game */ /*Source Code Name: Pitcherf3.h */ /*Class: CS 307 */ /*Date:April 7,1999 */ /*Description: A simulation of a one trader, checks the values on the*/ /* stock market and makes decisions with the information.*/ /*********************************************************************/ #ifndef PITCHERF3_H #define PITCHERF3_H #include #include "..\market\Trader.h" class Pitcherf3:public Trader { int trader_no; int stock; double balance; int num; Broker *mybroker; StockMarketInfo Info; int Ticker [MAX_STOCKS]; StockData sd; public: Pitcherf3(int TN):Trader(TN) { trader_no=0; mybroker = GetBroker(); for (int i=0;i