Class: Quickfix::UnderlyingDividendAccrualPaymentDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessDayConvention

Returns a new instance of UnderlyingDividendAccrualPaymentDateBusinessDayConvention.



71428
71429
71430
71431
71432
71433
71434
# File 'lib/quickfix_fields.rb', line 71428

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