Exemple #1
0
 public override int ReqUserLogin(string pInvestor, string pPassword, string pBroker)
 {
     return((int)_q.ReqUserLogin(BrokerID: pBroker, UserID: pInvestor, Password: pPassword));
 }
Exemple #2
0
 private static void connected()
 {
     Console.WriteLine("connected");
     q.ReqUserLogin(BrokerID: "9999", UserID: "008105", Password: "******");
 }
Exemple #3
0
 public override int ReqUserLogin()
 {
     return((int)_q.ReqUserLogin(BrokerID: this.Broker, UserID: this.Investor, Password: this.Password));
 }