Class: Quickfix::UnderlyingReturnRateValuationFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyUnit

Returns a new instance of UnderlyingReturnRateValuationFrequencyUnit.



74288
74289
74290
74291
74292
74293
74294
# File 'lib/quickfix_fields.rb', line 74288

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