Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetDayType

Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetDayType.



71402
71403
71404
71405
71406
71407
71408
# File 'lib/quickfix_fields.rb', line 71402

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