Class: Quickfix::NoInstrAttrib

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ NoInstrAttrib

Returns a new instance of NoInstrAttrib.



111694
111695
111696
111697
111698
111699
111700
# File 'ext/quickfix/QuickfixRuby.cpp', line 111694

def initialize(data = nil)
	if( data == nil )
		super(870)
	else
		super(870, data)
	end
end

Class Method Details

.fieldObject



11638
11639
11640
# File 'lib/quickfix_fields.rb', line 11638

def NoInstrAttrib.field
	return 870
end