03 2022 档案

摘要:1. rest使用方式 (1)GET http_client restclient("https://test.123456.com"); // base url http_request request(methods::GET); request.headers().add("TestKey", 阅读全文
posted @ 2022-03-10 11:43 c++11 阅读(541) 评论(0) 推荐(0)
摘要:1. Deribit 首先产生access_token,此后的有关私有信息的rest和websocket请求中,都要加上此参数。 (1)产生access_token http_client restclient(m_curcfg.resturl); // https://test.deribit.c 阅读全文
posted @ 2022-03-07 11:13 c++11 阅读(309) 评论(0) 推荐(0)