86513
86514
86515
86516
86517
86518
86519
86520
86521
86522
86523
86524
86525
86526
86527
86528
86529
86530
86531
86532
86533
86534
|
# File 'ext/ctp/ctp.cxx', line 86513
SWIGINTERN VALUE
_wrap_CThostFtdcQuoteField_BrokerQuoteSeq_get(int argc, VALUE *argv, VALUE self) {
CThostFtdcQuoteField *arg1 = (CThostFtdcQuoteField *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
TThostFtdcSequenceNoType 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_CThostFtdcQuoteField, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "CThostFtdcQuoteField *","BrokerQuoteSeq", 1, self ));
}
arg1 = reinterpret_cast< CThostFtdcQuoteField * >(argp1);
result = (TThostFtdcSequenceNoType) ((arg1)->BrokerQuoteSeq);
vresult = SWIG_From_int(static_cast< int >(result));
return vresult;
fail:
return Qnil;
}
|