Class: Quickfix::InstrAttribValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrAttribValue

Returns a new instance of InstrAttribValue.



10575
10576
10577
10578
10579
10580
10581
# File 'lib/quickfix_fields.rb', line 10575

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

Class Method Details

.fieldObject



10572
10573
10574
# File 'lib/quickfix_fields.rb', line 10572

def InstrAttribValue.field
	return 872
end