Method: Ctp::CThostFtdcUserIPField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



118158
118159
118160
118161
118162
118163
118164
118165
118166
118167
118168
118169
118170
118171
# File 'ext/ctp/ctp.cxx', line 118158

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