58710
58711
58712
58713
58714
58715
58716
58717
58718
58719
58720
58721
58722
58723
|
# File 'ext/ctp/ctp.cxx', line 58710
SWIGINTERN VALUE
_wrap_new_CThostFtdcQryInvestorField(int argc, VALUE *argv, VALUE self) {
const char *classname SWIGUNUSED = "Ctp::CThostFtdcQryInvestorField";
CThostFtdcQryInvestorField *result = 0 ;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
result = (CThostFtdcQryInvestorField *)new CThostFtdcQryInvestorField();
DATA_PTR(self) = result;
return self;
fail:
return Qnil;
}
|