| | |
| | | |
| | | public static final String OPEN_ORDER_CONTENT = "{}开仓成功,开仓价{},交易员{}"; |
| | | |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_TITLE = "跟单失败"; |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_TITLE = "跟随-达到上限"; |
| | | |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_CONTENT = ""; |
| | | public static final String OPEN_ORDER_FOLLOW_FAIL_CONTENT = "达到您设置的最大持仓未能跟随交易员{}开仓"; |
| | | |
| | | } |
| | |
| | | } |
| | | |
| | | if (symbolCnt <= 0) { |
| | | // LogRecordUtils.insertFollowerNotice(memberEntity.getId(), NoticeConstant.OPEN_ORDER_TITLE, StrUtil.format(NoticeConstant.OPEN_ORDER_CONTENT, holdOrderEntity.getSymbol() + "开空", openPrice, followTraderInfoEntity.getNickname())); |
| | | LogRecordUtils.insertFollowerNotice(followerSetting.getMemberId(), NoticeConstant.OPEN_ORDER_FOLLOW_FAIL_TITLE, StrUtil.format(NoticeConstant.OPEN_ORDER_FOLLOW_FAIL_CONTENT, followTraderInfoEntity.getNickname())); |
| | | continue; |
| | | } |
| | | } |