trader.go文件中 ``` if fill.OffsetFlag == thost.THOST_FTDC_OF_Open { if fill.Direction == thost.THOST_FTDC_D_Buy { pos.VolumeLong += int(fill.Volume) ``` pos.VolumeLong += int(fill.Volume) 报单回调后调用UpdateTrade这里崩溃过一次,暂时没有复现,不知道啥原因