Method: Ctp::CThostFtdcSyncingInstrumentCommissionRateField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



56870
56871
56872
56873
56874
56875
56876
56877
56878
56879
56880
56881
56882
56883
# File 'ext/ctp/ctp.cxx', line 56870

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