32588
32589
32590
32591
32592
32593
32594
32595
32596
32597
32598
32599
32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
|
# File 'ext/ctp/ctp.cxx', line 32588
SWIGINTERN VALUE
_wrap_CThostFtdcFrontStatusField_IsActive_get(int argc, VALUE *argv, VALUE self) {
CThostFtdcFrontStatusField *arg1 = (CThostFtdcFrontStatusField *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
TThostFtdcBoolType result;
VALUE vresult = Qnil;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_CThostFtdcFrontStatusField, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "CThostFtdcFrontStatusField *","IsActive", 1, self ));
}
arg1 = reinterpret_cast< CThostFtdcFrontStatusField * >(argp1);
result = (TThostFtdcBoolType) ((arg1)->IsActive);
vresult = SWIG_From_int(static_cast< int >(result));
return vresult;
fail:
return Qnil;
}
|