Method: Ctp::CThostFtdcExecOrderField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



71561
71562
71563
71564
71565
71566
71567
71568
71569
71570
71571
71572
71573
71574
# File 'ext/ctp/ctp.cxx', line 71561

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