27319
27320
27321
27322
27323
27324
27325
27326
27327
27328
27329
27330
27331
27332
27333
27334
27335
27336
27337
27338
27339
27340
27341
27342
27343
27344
27345
27346
|
# File 'ext/ctp/ctp.cxx', line 27319
SWIGINTERN VALUE
_wrap_CThostFtdcTraderOfferField_ConnectTime_get(int argc, VALUE *argv, VALUE self) {
CThostFtdcTraderOfferField *arg1 = (CThostFtdcTraderOfferField *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
char *result = 0 ;
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_CThostFtdcTraderOfferField, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "CThostFtdcTraderOfferField *","ConnectTime", 1, self ));
}
arg1 = reinterpret_cast< CThostFtdcTraderOfferField * >(argp1);
result = (char *) ((arg1)->ConnectTime);
{
size_t size = SWIG_strnlen(result, 9);
vresult = SWIG_FromCharPtrAndSize(result, size);
}
return vresult;
fail:
return Qnil;
}
|