waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Rely on class AssetTicker for tickers #65

Closed waifod closed 1 year ago

waifod commented 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.


We updated the main.cpp accordingly for testing purposes.

waifod commented 1 year ago

Thanks! Merging.