Closed waifod closed 1 year ago
This takes care of issue https://github.com/Waifod/quant_finance_models/issues/22.
This change replaces simple strings for tickers with the dedicated AssetTicker class.
AssetTicker
We updated the main.cpp accordingly for testing purposes.
main.cpp
Thanks! Merging.
This takes care of issue https://github.com/Waifod/quant_finance_models/issues/22.
This change replaces simple strings for tickers with the dedicated
AssetTicker
class.We updated the
main.cpp
accordingly for testing purposes.