Class: Quickfix::NoInstrAttrib

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoInstrAttrib

Returns a new instance of NoInstrAttrib.



7897
7898
7899
7900
7901
7902
7903
# File 'lib/quickfix_fields.rb', line 7897

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

Class Method Details

.fieldObject



7894
7895
7896
# File 'lib/quickfix_fields.rb', line 7894

def NoInstrAttrib.field
	return 870
end