Quotes
in package
Represents a collection of stock quotes.
Table of Contents
Properties
Methods
- __construct() : mixed
- Quotes constructor.
Properties
$quotes
Array of Quote objects.
public
array<string|int, Quote>
$quotes
Methods
__construct()
Quotes constructor.
public
__construct(array<string|int, mixed> $quotes) : mixed
Parameters
- $quotes : array<string|int, mixed>
-
Array of raw quote data.