Class: Quickfix::UnderlyingDividendFinalRatePrecision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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