Class: Quickfix::NoDerivativeInstrAttrib

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeInstrAttrib

Returns a new instance of NoDerivativeInstrAttrib.



17387
17388
17389
17390
17391
17392
17393
# File 'lib/quickfix_fields.rb', line 17387

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

Class Method Details

.fieldObject



17384
17385
17386
# File 'lib/quickfix_fields.rb', line 17384

def NoDerivativeInstrAttrib.field
	return 1311
end