Skip to content

Commit 67b7516

Browse files
committed
fix
1 parent f0aea39 commit 67b7516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/tigerapi/push_socket/push_client_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ namespace TIGER_API
8585
void do_write(const std::string& frame);
8686
void do_disconnect();
8787
void on_message(const std::shared_ptr<tigeropen::push::pb::Response>& response_pb_object);
88+
bool send_trade_request(tigeropen::push::pb::SocketCommon_Command command, tigeropen::push::pb::SocketCommon_DataType datatype, const std::string& account);
89+
bool send_quote_request(tigeropen::push::pb::SocketCommon_Command command, tigeropen::push::pb::SocketCommon_DataType datatype, std::vector<std::string> symbols, const std::string& market);
8890
private:
8991
std::function<void(const tigeropen::push::pb::AssetData& asset_data)> asset_changed_;
9092
std::function<void(const tigeropen::push::pb::PositionData& position_data)> position_changed_;

0 commit comments

Comments
 (0)