コード例 #1
0
 public override int ReqUserLogin(string pInvestor, string pPassword, string pBroker)
 {
     return((int)_q.ReqUserLogin(BrokerID: pBroker, UserID: pInvestor, Password: pPassword));
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: yukinjie/hf_ctp_py_proxy
 private static void connected()
 {
     Console.WriteLine("connected");
     q.ReqUserLogin(BrokerID: "9999", UserID: "008105", Password: "******");
 }
コード例 #3
0
 public override int ReqUserLogin()
 {
     return((int)_q.ReqUserLogin(BrokerID: this.Broker, UserID: this.Investor, Password: this.Password));
 }