Class: Quickfix::NoNestedInstrAttrib

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) ⇒ NoNestedInstrAttrib

Returns a new instance of NoNestedInstrAttrib.



154276
154277
154278
154279
154280
154281
154282
# File 'ext/quickfix/QuickfixRuby.cpp', line 154276

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

Class Method Details

.fieldObject



17241
17242
17243
# File 'lib/quickfix_fields.rb', line 17241

def NoNestedInstrAttrib.field
	return 1312
end