Administrator
2026-06-02 1fb82483c58e4954941a4ffa028c299ffe2cd712
refs
author Administrator <15274802129@163.com>
Tuesday, June 2, 2026 10:50 +0800
committer Administrator <15274802129@163.com>
Tuesday, June 2, 2026 10:50 +0800
commit1fb82483c58e4954941a4ffa028c299ffe2cd712
tree 7a7829b1391402d1fdd8d58a03059ed11a8ee8dd tree | zip | gz
parent ae403b4e16296712de0fd3e954a83d6279420121 view | diff
fix(gate): 修复网格交易数量计算和配置参数

- 修复多仓止损触发时订单数量计算逻辑,乘以基础数量配置
- 修复空仓止损触发时订单数量计算逻辑,乘以基础数量配置
- 修正多仓止损订单数量符号处理,使用负值表示平多单
- 修正空仓止损订单数量符号处理,使用正值表示平空单
- 更新网关API配置中的预期收益从2%调整为10%
- 更新网关API配置中的基础数量从1调整为30,订单数量从1调整为3
36 files deleted
2 files added
7 files modified
41298 ■■■■■ changed files
src/main/java/com/xcong/excoin/configurations/MybatisPlusConfig.java 23 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/RabbitMqConfig.java 289 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/RedisConfig.java 47 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/WebMvcConfig.java 6 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/interceptor/MybatisInterceptor.java 46 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/properties/AliOssProperties.java 22 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java 20 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/properties/CustomRabbitProperties.java 19 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/okxNewPrice/OkxGridWsClient.java 84 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/okxNewPrice/OkxWebSocketClientManager.java 46 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/ResponseHandler.java 2 ●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/utils/OkHttpUtils.java 10 ●●●●● diff | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/okxNewPrice/okx文档.txt 39846 ●●●●● diff | view | raw | blame | history
src/main/resources/application-okx.yml 2 ●●●●● diff | view | raw | blame | history
src/main/resources/application-test.yml 41 ●●●●● diff | view | raw | blame | history
src/main/resources/application.yml 41 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/TestUserDao.xml 12 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/contract/ContractEntrustOrderDao.xml 34 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/contract/ContractHoldOrderDao.xml 48 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/contract/ContractOrderDao.xml 56 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/home/MemberQuickBuySaleDao.xml 16 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/AgentReturnDao.xml 18 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/AppVersionDao.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberAccountFlowEntityDao.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberAccountMoneyChangeDao.xml 67 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberAuthenticationDao.xml 9 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberCoinAddressDao.xml 70 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberCoinChargeDao.xml 26 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberDao.xml 47 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberLevelRateDao.xml 9 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberPaymentMethodDao.xml 8 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberSelectSymbolsDao.xml 13 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberSettingDao.xml 38 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletAgentDao.xml 10 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletCoinDao.xml 43 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletContractDao.xml 29 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/member/MemberWalletContractSimulateDao.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/PlatformCnyUsdtExchangeDao.xml 13 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/PlatformFeeSettingDao.xml 36 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml 19 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/PlatformSymbolsContractDao.xml 9 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/PlatformSymbolsSkuDao.xml 8 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/platform/TradeSettingDao.xml 26 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml 46 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml 29 ●●●●● diff | view | raw | blame | history