예제 #1
0
 public void Update(TransaqFortsMoney tfm)
 {
   if (tfm.Client != string.Empty)
     this.Client = tfm.Client;
   if (tfm.Current != string.Empty)
     this.Current = tfm.Current;
   if (tfm.Blocked != string.Empty)
     this.Blocked = tfm.Blocked;
   if (tfm.Free != string.Empty)
     this.Free = tfm.Free;
   if (!(tfm.VarMargin != string.Empty))
     return;
   this.VarMargin = tfm.VarMargin;
 }
예제 #2
0
 public void Update(TransaqFortsMoney tfm)
 {
     if (tfm.Client != string.Empty)
     {
         this.Client = tfm.Client;
     }
     if (tfm.Current != string.Empty)
     {
         this.Current = tfm.Current;
     }
     if (tfm.Blocked != string.Empty)
     {
         this.Blocked = tfm.Blocked;
     }
     if (tfm.Free != string.Empty)
     {
         this.Free = tfm.Free;
     }
     if (!(tfm.VarMargin != string.Empty))
     {
         return;
     }
     this.VarMargin = tfm.VarMargin;
 }