Class: Quickfix::UnderlyingPaymentStreamCompoundingFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyUnit

Returns a new instance of UnderlyingPaymentStreamCompoundingFrequencyUnit.



72780
72781
72782
72783
72784
72785
72786
# File 'lib/quickfix_fields.rb', line 72780

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