Class: Quickfix::DividendAccrualPaymentDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendAccrualPaymentDateOffsetDayType

Returns a new instance of DividendAccrualPaymentDateOffsetDayType.



63693
63694
63695
63696
63697
63698
63699
# File 'lib/quickfix_fields.rb', line 63693

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