Skip to content

Commit affdbcd

Browse files
committed
DOC: Update client documentation
1 parent b767fad commit affdbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/live/simple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int main() {
2929
// Set up signal handler for Ctrl+C
3030
std::signal(SIGINT, [](int signal) { gSignal = signal; });
3131

32-
std::vector<std::string> symbols{"ESM3", "ESM3 C4200", "ESM3 P4100"};
32+
std::vector<std::string> symbols{"ESZ4", "ESZ4 C4200", "ESZ4 P4100"};
3333
client.Subscribe(symbols, databento::Schema::Definition,
3434
databento::SType::RawSymbol);
3535
client.Subscribe(symbols, databento::Schema::Mbo,

0 commit comments

Comments
 (0)