Closed david-alvarez-rosa closed 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.
std::string
AssetTicker
Tackled via PR https://github.com/Waifod/quant_finance_models/pull/65.
PR https://github.com/Waifod/quant_finance_models/pull/65 merged. Closing issue.
We'd like to have the ticker abstracted in a way that we are not just using
std::string
, but its own classAssetTicker
.