Class: Quickfix::NestedInstrAttribType

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

Returns a new instance of NestedInstrAttribType.



144488
144489
144490
144491
144492
144493
144494
# File 'ext/quickfix/QuickfixRuby.cpp', line 144488

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

Class Method Details

.fieldObject



15954
15955
15956
# File 'lib/quickfix_fields.rb', line 15954

def NestedInstrAttribType.field
	return 1210
end