Class used for keeping track of asset prices. This class has access to different price sources, allowing the generation of averages of any kind. All values are subjects, allowing the user to subscribe to price updates.
Optional
Returns the price of an asset in USD
Ticker of the asset we want the price of. These are set in the config file.
The price of the asset in USD as a subject
Generated using TypeDoc
Class used for keeping track of asset prices. This class has access to different price sources, allowing the generation of averages of any kind. All values are subjects, allowing the user to subscribe to price updates.