Class: Quickfix::InstrAttribValue

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrAttribValue

Returns a new instance of InstrAttribValue.



11810
11811
11812
11813
11814
11815
11816
# File 'lib/quickfix_fields.rb', line 11810

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

Class Method Details

.fieldObject



11807
11808
11809
# File 'lib/quickfix_fields.rb', line 11807

def InstrAttribValue.field
	return 872
end