public override void OnRelease()
 {
     this.dwProfitType = 0u;
     if (this.stProfitDetail != null)
     {
         this.stProfitDetail.Release();
         this.stProfitDetail = null;
     }
 }
 public COMDT_PROFIT_LIMIT_DETAIL()
 {
     this.stProfitDetail = (COMDT_PROFIT_LIMIT_UNION)ProtocolObjectPool.Get(COMDT_PROFIT_LIMIT_UNION.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stProfitDetail = (COMDT_PROFIT_LIMIT_UNION)ProtocolObjectPool.Get(COMDT_PROFIT_LIMIT_UNION.CLASS_ID);
 }