7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
|
# File 'ext/ctp/ctp.cxx', line 7123
SWIGINTERN VALUE
_wrap_new_CThostFtdcAuthenticationInfoField(int argc, VALUE *argv, VALUE self) {
const char *classname SWIGUNUSED = "Ctp::CThostFtdcAuthenticationInfoField";
CThostFtdcAuthenticationInfoField *result = 0 ;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
result = (CThostFtdcAuthenticationInfoField *)new CThostFtdcAuthenticationInfoField();
DATA_PTR(self) = result;
return self;
fail:
return Qnil;
}
|