| | |
| | | # 可转债买入 |
| | | # 卖出可转债 |
| | | __sell_cb_code(code, volume) |
| | | # 买入需要刷新持仓列表 |
| | | huaxin_trade_data_update.add_position_list() |
| | | # 买入成交需要刷新持仓列表 |
| | | if orderEntity.orderStatus == huaxin_util.TORA_TSTP_OST_AllTraded or orderEntity.orderStatus == huaxin_util.TORA_TSTP_OST_PartTraded or orderEntity.orderStatus == huaxin_util.TORA_TSTP_OST_PartTradeCanceled: |
| | | huaxin_trade_data_update.add_position_list() |
| | | # TradeResultProcessor.process_buy_order(order) |
| | | need_watch_cancel = TradeResultProcessor.is_need_watch_cancel(orderEntity) |
| | | if need_watch_cancel: |