Class: Quickfix::UnderlyingDividendPeriodBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessDayConvention

Returns a new instance of UnderlyingDividendPeriodBusinessDayConvention.



72000
72001
72002
72003
72004
72005
72006
# File 'lib/quickfix_fields.rb', line 72000

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