Method: Ctp::CThostFtdcCurrentTimeField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



30720
30721
30722
30723
30724
30725
30726
30727
30728
30729
30730
30731
30732
30733
# File 'ext/ctp/ctp.cxx', line 30720

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