Example #1
0
 public override int ReqAuth(string pProductInfo, string pAuthCode)
 {
     return((int)_t.ReqAuthenticate(_broker, _investor, pProductInfo, pAuthCode));
 }