| | |
| | | |
| | | public static final String OPEN_ORDER_CONTENT = "{}开仓成功,开仓价{},交易员{}"; |
| | | |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_TITLE = "跟单失败"; |
| | | |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_CONTENT = ""; |
| | | |
| | | } |
| | |
| | | symbolCnt = followerSetting.getMaxFollowCnt() - holdingCnt; |
| | | } |
| | | |
| | | log.info("--->{}, {}, {}", symbolCnt, followerSetting.getMaxFollowCnt(), holdingCnt); |
| | | if (symbolCnt <= 0) { |
| | | // LogRecordUtils.insertFollowerNotice(memberEntity.getId(), NoticeConstant.OPEN_ORDER_TITLE, StrUtil.format(NoticeConstant.OPEN_ORDER_CONTENT, holdOrderEntity.getSymbol() + "开空", openPrice, followTraderInfoEntity.getNickname())); |
| | | continue; |
| | | } |
| | | } |