6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
|
# File 'ext/ctp/ctp.cxx', line 6134
SWIGINTERN VALUE
_wrap_new_CThostFtdcUserLogoutField(int argc, VALUE *argv, VALUE self) {
const char *classname SWIGUNUSED = "Ctp::CThostFtdcUserLogoutField";
CThostFtdcUserLogoutField *result = 0 ;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
result = (CThostFtdcUserLogoutField *)new CThostFtdcUserLogoutField();
DATA_PTR(self) = result;
return self;
fail:
return Qnil;
}
|