Class: Quickfix::NoDerivativeInstrAttrib

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeInstrAttrib

Returns a new instance of NoDerivativeInstrAttrib.



18882
18883
18884
18885
18886
18887
18888
# File 'lib/quickfix_fields.rb', line 18882

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

Class Method Details

.fieldObject



18879
18880
18881
# File 'lib/quickfix_fields.rb', line 18879

def NoDerivativeInstrAttrib.field
	return 1311
end