Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetUnit

Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetUnit.



72130
72131
72132
72133
72134
72135
72136
# File 'lib/quickfix_fields.rb', line 72130

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