We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7de32 commit 8664b91Copy full SHA for 8664b91
src/trade_client.cpp
@@ -66,7 +66,7 @@ namespace TIGER_API {
66
67
void TradeClient::set_secret_key(value &obj) {
68
if (!client_config.secret_key.empty()) {
69
- obj[U("secretKey")] = value::string(client_config.secret_key);
+ obj[U("secret_key")] = value::string(client_config.secret_key);
70
}
71
72
0 commit comments