コード例 #1
0
ファイル: CTPQuote.cs プロジェクト: laoniu2020/ctp_net_core
 public override int ReqUserLogin(string pInvestor, string pPassword, string pBroker)
 {
     return((int)_q.ReqUserLogin(brokerId: pBroker, userId: pInvestor, password: pPassword));
 }
コード例 #2
0
 private static void connected()
 {
     Console.WriteLine("connected");
     q.ReqUserLogin(brokerId: "9999", userId: "008105", password: "******");
 }