Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetPeriod

Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetPeriod.



71376
71377
71378
71379
71380
71381
71382
# File 'lib/quickfix_fields.rb', line 71376

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