File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,7 @@ int main()
454454 config.socket_port = U("");
455455 #endif
456456
457+
457458 auto push_client = PushClient::create_push_client (config);
458459 push_client->connect (config);
459460 std::string input;
@@ -475,19 +476,19 @@ int main()
475476
476477
477478 /* *
478- * ʹ�÷�װ�������ӿ� QuoteClient
479+ * QuoteClient
479480 */
480481 // std::shared_ptr<QuoteClient> quote_client = std::make_shared<QuoteClient>(config);
481482 // TestQuoteClient::test_quote(quote_client);
482483
483484 /* *
484- * ʹ�÷�װ��Ľ��ӿ� TradeClient
485+ * TradeClient
485486 */
486487 // std::shared_ptr<TradeClient> trade_client = std::make_shared<TradeClient>(config);
487488 // TestTradeClient::test_trade(trade_client);
488489
489490 /* *
490- * ֱ��ʹ��δ��װ�� TigerApi
491+ * TigerApi
491492 */
492493 // std::shared_ptr<TigerClient> tigerapi = std::make_shared<TigerClient>(config);
493494 // TestTigerApi::test_grab_quote_permission(tigerapi);
You can’t perform that action at this time.
0 commit comments