export class Stock { count = 0; price = 0; symbol = ''; time = ''; }