Class: Quickfix::NestedInstrAttribValue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ NestedInstrAttribValue

Returns a new instance of NestedInstrAttribValue.



144586
144587
144588
144589
144590
144591
144592
# File 'ext/quickfix/QuickfixRuby.cpp', line 144586

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

Class Method Details

.fieldObject



15967
15968
15969
# File 'lib/quickfix_fields.rb', line 15967

def NestedInstrAttribValue.field
	return 1211
end