Skip to content

Commit

Permalink
InstrumentProfileCollector: add to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Oct 13, 2023
1 parent 22f5e10 commit 1d2180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cpp/DxFeedLiveIpfSample/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {

std::string url = argc > 1 ? argv[1] : DXFEED_IPF_URL;

// auto collector = InstrumentProfileCollector::create();
auto collector = InstrumentProfileCollector::create();
// auto connection = InstrumentProfileConnection::createConnection(url, collector);
// // Update period can be used to re-read IPF files, not needed for services supporting IPF "live-update"
// connection->setUpdatePeriod(std::chrono::seconds(60));
Expand Down

0 comments on commit 1d2180e

Please sign in to comment.