Class: Quickfix::InstrAttribValue

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

Returns a new instance of InstrAttribValue.



111890
111891
111892
111893
111894
111895
111896
# File 'ext/quickfix/QuickfixRuby.cpp', line 111890

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

Class Method Details

.fieldObject



11664
11665
11666
# File 'lib/quickfix_fields.rb', line 11664

def InstrAttribValue.field
	return 872
end