Skip to content

Commit

Permalink
[MDAPI-84][C++] Implement TimeSeriesTxModel
Browse files Browse the repository at this point in the history
Fix docs.
  • Loading branch information
AnatolyKalin committed Nov 23, 2024
1 parent 4fc2bb2 commit 2fcdbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dxfeed_graal_cpp_api/model/TimeSeriesTxModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct DXFeed;
* <p>This model must be configured using the @ref TimeSeriesTxModel::Builder "builder", as most configuration
* settings cannot be changed once the model is built. This model requires configuration with
* a @ref TimeSeriesTxModel::Builder::withSymbol() "symbol" and a @ref TimeSeriesTxModel::Builder::withFromTime()
* "fromTime" for subscription, and it must be @ref TimeSeriesTxModel::Builder::withFeed(DXFeed) attached} to a DXFeed
* "fromTime" for subscription, and it must be @ref TimeSeriesTxModel::Builder::withFeed() "attached" to a DXFeed
* instance to begin operation. For ease of use, some of these configurations can be changed after the model is built,
* see
* @ref TimeSeriesTxModel::setFromTime() "setFromTime", @ref TimeSeriesTxModel::attach() "attach".
Expand Down

0 comments on commit 2fcdbf0

Please sign in to comment.