Class: Quickfix::InstrAttribType

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

Returns a new instance of InstrAttribType.



111792
111793
111794
111795
111796
111797
111798
# File 'ext/quickfix/QuickfixRuby.cpp', line 111792

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

Class Method Details

.fieldObject



11651
11652
11653
# File 'lib/quickfix_fields.rb', line 11651

def InstrAttribType.field
	return 871
end