Skip to content

Commit 060fc5d

Browse files
committed
fix get_quote_depth market params
1 parent afef2e8 commit 060fc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/quote_client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ namespace TIGER_API {
173173
value QuoteClient::get_quote_depth(const value &symbols, Market market) {
174174
value obj = value::object(true);
175175
obj[P_SYMBOLS] = symbols;
176+
obj[P_MARKET] = value::string(enum_to_str(market));
176177
return post(QUOTE_DEPTH, obj);
177178
}
178179

0 commit comments

Comments
 (0)