Ejemplo n.º 1
0
 public virtual bool UpdateMyTrades()
 {
     if (Exchange.DefaultAccount == null)
     {
         return(false);
     }
     return(Exchange.UpdateAccountTrades(Exchange.DefaultAccount, this));
 }
Ejemplo n.º 2
0
 public virtual bool UpdateMyTrades()
 {
     return(Exchange.UpdateAccountTrades(Exchange.DefaultAccount, this));
 }