Skip to content

Commit f45b25c

Browse files
author
Zach Banks
committed
FIX: Fix C++ metadata example
1 parent 6ad5d28 commit f45b25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/historical/metadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main() {
6969

7070
const auto cost = client.MetadataGetCost(glbx_dataset, {"2020-12-28", "2020-12-29"},
7171
{"ESH1"}, db::Schema::Mbo);
72-
std::cout << "Cost (in cents): " << cost << '\n';
72+
std::cout << "Cost (in USD): " << cost << '\n';
7373

7474
return 0;
7575
}

0 commit comments

Comments
 (0)