Method: Ctp::CThostFtdcMarketDataBestPriceField#initialize

Defined in:
ext/ctp/ctp.cxx

#initialize(*args) ⇒ Object



100143
100144
100145
100146
100147
100148
100149
100150
100151
100152
100153
100154
100155
100156
# File 'ext/ctp/ctp.cxx', line 100143

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