Method: Ctp::CThostFtdcReqAuthenticateField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
# File 'ext/ctp/ctp.cxx', line 6572

SWIGINTERN VALUE
_wrap_new_CThostFtdcReqAuthenticateField(int argc, VALUE *argv, VALUE self) {
  const char *classname SWIGUNUSED = "Ctp::CThostFtdcReqAuthenticateField";
  CThostFtdcReqAuthenticateField *result = 0 ;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  result = (CThostFtdcReqAuthenticateField *)new CThostFtdcReqAuthenticateField();
  DATA_PTR(self) = result;
  return self;
fail:
  return Qnil;
}