Method: Ctp::CThostFtdcCFMMCTradingAccountTokenField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



134526
134527
134528
134529
134530
134531
134532
134533
134534
134535
134536
134537
134538
134539
# File 'ext/ctp/ctp.cxx', line 134526

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