126705
126706
126707
126708
126709
126710
126711
126712
126713
126714
126715
126716
126717
126718
|
# File 'ext/ctp/ctp.cxx', line 126705
SWIGINTERN VALUE
_wrap_new_CThostFtdcQueryMaxOrderVolumeWithPriceField(int argc, VALUE *argv, VALUE self) {
const char *classname SWIGUNUSED = "Ctp::CThostFtdcQueryMaxOrderVolumeWithPriceField";
CThostFtdcQueryMaxOrderVolumeWithPriceField *result = 0 ;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
result = (CThostFtdcQueryMaxOrderVolumeWithPriceField *)new CThostFtdcQueryMaxOrderVolumeWithPriceField();
DATA_PTR(self) = result;
return self;
fail:
return Qnil;
}
|