Class: Quickfix::UnderlyingDividendFinalRatePrecision

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) ⇒ UnderlyingDividendFinalRatePrecision

Returns a new instance of UnderlyingDividendFinalRatePrecision.



71324
71325
71326
71327
71328
71329
71330
# File 'lib/quickfix_fields.rb', line 71324

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

Class Method Details

.fieldObject



71321
71322
71323
# File 'lib/quickfix_fields.rb', line 71321

def UnderlyingDividendFinalRatePrecision.field
	return 42816
end