Class: Quickfix::LegDividendAccrualPaymentDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateOffsetPeriod

Returns a new instance of LegDividendAccrualPaymentDateOffsetPeriod.



65006
65007
65008
65009
65010
65011
65012
# File 'lib/quickfix_fields.rb', line 65006

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