Class: Quickfix::UnderlyingExtraordinaryDividendAmountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendAmountType



71519
71520
71521
71522
71523
71524
71525
# File 'lib/quickfix_fields.rb', line 71519

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