Class: Quickfix::LegPaymentStreamCompoundingFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFrequencyUnit

Returns a new instance of LegPaymentStreamCompoundingFrequencyUnit.



66098
66099
66100
66101
66102
66103
66104
# File 'lib/quickfix_fields.rb', line 66098

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