下你所需,载你所想!
汇集开发技术源码资料

linux c++ 期货ctp、rabbitmq

:3.77MB :1 :2022-10-19 14:22:10

部分简介

linux c++ 期货ctp、rabbitmq 如果开发者对于本文件有需要的可以参考。
linux c 期货ctp、rabbitmq
通过ctp的API接口 获取期货所有合约的深度行情数据 并发送到 rabbitmq服务器上
发送的到rabbitmq 的字符串可自行拼接
ini.txt 文件解释
.
├── rabbitClient
│ ├── CRabbitmqClient.cpp
│ ├── CRabbitmqClient.h
│ ├── DialogRsp.con
│ ├── Makefile
│ ├── QueryRsp.con
│ ├── TradingDay.con
│ ├── ctp_api_661
│ │ ├── ThostFtdcMdApi.h
│ │ ├── ThostFtdcTraderApi.h
│ │ ├── ThostFtdcUserApiDataType.h
│ │ ├── ThostFtdcUserApiStruct.h
│ │ ├── error.dtd
│ │ ├── error.xml
│ │ ├── thostmduserapi_se.so
│ │ └── thosttraderapi_se.so
│ ├── ctptdapi.cpp
│ ├── ctptdapi.h
│ ├── data
│ ├── flow
│ │ ├── DialogRsp.con
│ │ ├── Private.con
│ │ ├── Public.con
│ │ ├── QueryRsp.con
│ │ └── TradingDay.con
│ ├── ini.txt
│ ├── main.cpp
│ ├── market_api.cpp
│ ├── market_api.h
│ └── rabbitmqSo
│ ├── include
│ │ ├── amqp.h
│ │ ├── amqp_framing.h
│ │ ├── amqp_ssl_socket.h
│ │ ├── amqp_tcp_socket.h
│ │ └── rabbitmq-c
│ │ ├── amqp.h
│ │ ├── export.h
│ │ ├── framing.h
│ │ ├── ssl_socket.h
│ │ └── tcp_socket.h
│ └── librabbitmq
│ ├── CMakeFiles
│ │ ├── CMakeDirectoryInformation.cmake
│ │ ├── progress.marks
│ │ ├── rabbitmq-static.dir
│ │ │ ├── C.includecache
│ │ │ ├── DependInfo.cmake
│ │ │ ├── amqp_api.c.o
│ │ │ ├── amqp_connection.c.o
│ │ │ ├── amqp_consumer.c.o
│ │ │ ├── amqp_framing.c.o
│ │ │ ├── amqp_mem.c.o
│ │ │ ├── amqp_openssl.c.o
│ │ │ ├── amqp_openssl_bio.c.o
│ │ │ ├── amqp_socket.c.o
│ │ │ ├── amqp_table.c.o
│ │ │ ├── amqp_tcp_socket.c.o
│ │ │ ├── amqp_time.c.o
│ │ │ ├── amqp_url.c.o
│ │ │ ├── build.make
│ │ │ ├── cmake_clean.cmake
│ │ │ ├── cmake_clean_target.cmake
│ │ │ ├── depend.internal
│ │ │ ├── depend.make
│ │ │ ├── flags.make
│ │ │ ├── link.txt
│ │ │ └── progress.make
│ │ └── rabbitmq.dir
│ │ ├── C.includecache
│ │ ├── DependInfo.cmake
│ │ ├── amqp_api.c.o
│ │ ├── amqp_connection.c.o
│ │ ├── amqp_consumer.c.o
│ ├── cmake_install.cmake
│ ├── config.h
│ ├── librabbitmq.a
│ ├── librabbitmq.so
│ ├── librabbitmq.so.0.12.0
│ └── librabbitmq.so.4
└── rabbitClient.zip
11 directories, 88 files

linux c++ 期货ctp、rabbitmq

热门推荐

相关文章