public History() { Prices = new HistoryLog(EconNoun.Price); Asks = new HistoryLog(EconNoun.Ask); Bids = new HistoryLog(EconNoun.Bid); Trades = new HistoryLog(EconNoun.Trade); Profit = new HistoryLog(EconNoun.Profit); }
public History() { prices = new HistoryLog(EconNoun.Price); asks = new HistoryLog(EconNoun.Ask); bids = new HistoryLog(EconNoun.Bid); trades = new HistoryLog(EconNoun.Trade); profit = new HistoryLog(EconNoun.Profit); }