StockSentiment constructor

StockSentiment(
  1. String tickers
)

Implementation

StockSentiment(String tickers) {
  this.tickers = tickers;
}