Class: Quickfix::UnderlyingReturnRateValuationFrequencyRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyRollConvention

Returns a new instance of UnderlyingReturnRateValuationFrequencyRollConvention.



74301
74302
74303
74304
74305
74306
74307
# File 'lib/quickfix_fields.rb', line 74301

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