Class: Quickfix::NoInstrAttrib

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoInstrAttrib

Returns a new instance of NoInstrAttrib.



11784
11785
11786
11787
11788
11789
11790
# File 'lib/quickfix_fields.rb', line 11784

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