Class: Quickfix::UnderlyingReturnRateValuationEndDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateOffsetPeriod

Returns a new instance of UnderlyingReturnRateValuationEndDateOffsetPeriod.



74223
74224
74225
74226
74227
74228
74229
# File 'lib/quickfix_fields.rb', line 74223

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