main
1using gorilla.utility;
2
3namespace solidware.financials.messages
4{
5    public class StockPriceRequestQuery : ValueType<StockPriceRequestQuery>
6    {
7        public string Symbol { get; set; }
8    }
9}