Class: Quickfix::NullApplication

Inherits:
((swig_class *) SWIGTYPE_p_FIX__Application->clientdata)->klass
  • Object
show all
Defined in:
ext/quickfix/QuickfixRuby.cpp

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



216239
216240
216241
216242
216243
216244
216245
216246
216247
216248
216249
216250
216251
216252
# File 'ext/quickfix/QuickfixRuby.cpp', line 216239

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