waifod / quant_finance_models

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

Rely on specific class `AssetTicker` for asset ticker instead of using `std::string` #22

Closed david-alvarez-rosa closed 1 year ago

david-alvarez-rosa commented 1 year ago

We'd like to have the ticker abstracted in a way that we are not just using std::string, but its own class AssetTicker.

waifod commented 1 year ago

Tackled via PR https://github.com/Waifod/quant_finance_models/pull/65.

waifod commented 1 year ago

PR https://github.com/Waifod/quant_finance_models/pull/65 merged. Closing issue.