Method: Ctp::CThostFtdcAccountregisterField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



181285
181286
181287
181288
181289
181290
181291
181292
181293
181294
181295
181296
181297
181298
# File 'ext/ctp/ctp.cxx', line 181285

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