Method: Ctp::CThostFtdcQuoteField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



86732
86733
86734
86735
86736
86737
86738
86739
86740
86741
86742
86743
86744
86745
# File 'ext/ctp/ctp.cxx', line 86732

SWIGINTERN VALUE
_wrap_new_CThostFtdcQuoteField(int argc, VALUE *argv, VALUE self) {
  const char *classname SWIGUNUSED = "Ctp::CThostFtdcQuoteField";
  CThostFtdcQuoteField *result = 0 ;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  result = (CThostFtdcQuoteField *)new CThostFtdcQuoteField();
  DATA_PTR(self) = result;
  return self;
fail:
  return Qnil;
}