Method: Ctp::CThostFtdcErrExecOrderActionField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



78684
78685
78686
78687
78688
78689
78690
78691
78692
78693
78694
78695
78696
78697
# File 'ext/ctp/ctp.cxx', line 78684

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