Rafael Elter
Results
2
comments of
Rafael Elter
You can currently specify the connection string using the `newPgClient` method. `auto clientPtr = drogon::orm::DbClient::newPgClient("host=XXX port=XXX dbname=XXX user=XXX password=XXX options='-csearch_path=XXX'", 1);` I agree an implementation with the config file would...
The `PortfolioDataRequest` request type is missing from the `_SERVICES` dictionary of `BlpQuery`. Adding it should allow you to make the call you want, although not through the `bds()` method, which...