# okex-websocket **Repository Path**: liyongdada/okex-websocket ## Basic Information - **Project Name**: okex-websocket - **Description**: okex 订单订阅,websocket方式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2019-12-16 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # okex-websocket 由于交易所对部分接口有频次限制,为了突破接口请求限制,交易所提供了websocket接口,本项目在官方提供的方法上做了修改 集成了数据库和消息队列,可按需删减 okex 订单订阅,websocket方式 1 ,main 方法 //你的秘钥 accessKey = platInfo.getAccessKey(); secretKey = platInfo.getSecretKey(); 2, BuissnesWebSocketServiceImpl.onReceive方法 接收的订单信息 3,WebSocketBase 订单订阅及ping/pong