Quote constructor
Quote({})
Implementation
Quote({
required this.c,
required this.d,
required this.dp,
required this.h,
required this.l,
required this.o,
required this.pc,
required this.t,
this.v,
this.historicalPrice,
this.metrics,
this.exchange,
this.earningsAnnouncement,
});