Ejemplo n.º 1
0
		internal BrokerAccount(SmartQuant.Providers.BrokerAccount brokerAccount)
		{
			this.brokerAccount = brokerAccount;
		}
Ejemplo n.º 2
0
		public BrokerAccount AddAccount(string name)
		{
			SmartQuant.Providers.BrokerAccount brokerAccount = new SmartQuant.Providers.BrokerAccount(name);
			this.brokerInfo.Accounts.Add(brokerAccount);
			return new BrokerAccount(brokerAccount);
		}
Ejemplo n.º 3
0
 public BrokerAccount AddAccount(string name)
 {
     SmartQuant.Providers.BrokerAccount brokerAccount = new SmartQuant.Providers.BrokerAccount(name);
     this.brokerInfo.Accounts.Add(brokerAccount);
     return(new BrokerAccount(brokerAccount));
 }
Ejemplo n.º 4
0
 internal BrokerAccount(SmartQuant.Providers.BrokerAccount brokerAccount)
 {
     this.brokerAccount = brokerAccount;
 }