Method: Ctp::CThostFtdcReqOpenAccountField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



137100
137101
137102
137103
137104
137105
137106
137107
137108
137109
137110
137111
137112
137113
# File 'ext/ctp/ctp.cxx', line 137100

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