Class: Quickfix::LegDividendPeriodPaymentDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetDayType

Returns a new instance of LegDividendPeriodPaymentDateOffsetDayType.



65682
65683
65684
65685
65686
65687
65688
# File 'lib/quickfix_fields.rb', line 65682

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