Class: Quickfix::UnderlyingDividendFloatingRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendFloatingRateTreatment



71207
71208
71209
71210
71211
71212
71213
# File 'lib/quickfix_fields.rb', line 71207

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