File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
include/tigerapi/push_socket Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11#ifndef PUSH_SOCKET_H
22#define PUSH_SOCKET_H
33
4-
54#include < memory>
65#include < string>
76
@@ -88,8 +87,6 @@ namespace TIGER_API
8887 std::function<void ()> disconnected_callback_;
8988 std::function<void (std::string)> on_inner_error_callback_;
9089 std::function<void (const std::shared_ptr<tigeropen::push::pb::Response>& response_pb_object)> on_message_callback_;
91-
92-
9390 private:
9491 TIGER_API::ClientConfig client_config_;
9592
Original file line number Diff line number Diff line change 406406 <ClCompile Include =" include\openapi_pb\pb_source\TradeTickData.pb.cc" />
407407 <ClCompile Include =" include\openssl\applink.c" />
408408 <ClCompile Include =" src\contract_util.cpp" />
409- <ClCompile Include =" src\easylogging++.cc " />
409+ <ClCompile Include =" src\easylogging++.cpp " />
410410 <ClCompile Include =" src\order_util.cpp" />
411411 <ClCompile Include =" src\push_socket\push_client_impl.cpp" />
412412 <ClCompile Include =" src\push_socket\push_frame_serialize.cpp" />
413413 <ClCompile Include =" src\push_socket\push_socket.cpp" />
414414 <ClCompile Include =" src\quote_client.cpp" />
415+ <ClCompile Include =" src\tick_util.cpp" />
415416 <ClCompile Include =" src\tiger_client.cpp" />
416417 <ClCompile Include =" src\trade_client.cpp" />
417418 <ClCompile Include =" src\utils.cpp" />
Original file line number Diff line number Diff line change 698698 <ClCompile Include =" src\utils.cpp" >
699699 <Filter >src</Filter >
700700 </ClCompile >
701- <ClCompile Include =" src\easylogging++.cc" >
702- <Filter >src</Filter >
703- </ClCompile >
704701 <ClCompile Include =" include\openssl\applink.c" >
705702 <Filter >include\openssl</Filter >
706703 </ClCompile >
764761 <ClCompile Include =" src\push_socket\push_client_impl.cpp" >
765762 <Filter >src\push_socket</Filter >
766763 </ClCompile >
764+ <ClCompile Include =" src\tick_util.cpp" >
765+ <Filter >src</Filter >
766+ </ClCompile >
767+ <ClCompile Include =" src\easylogging++.cpp" >
768+ <Filter >src</Filter >
769+ </ClCompile >
767770 </ItemGroup >
768771 <ItemGroup >
769772 <None Include =" include\cpprest\details\http_constants.dat" >
You can’t perform that action at this time.
0 commit comments