Method: Ctp::CThostFtdcSuperUserField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



16610
16611
16612
16613
16614
16615
16616
16617
16618
16619
16620
16621
16622
16623
# File 'ext/ctp/ctp.cxx', line 16610

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