Class: Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepFrequencyUnit

Returns a new instance of UnderlyingPaymentScheduleStepFrequencyUnit.



36146
36147
36148
36149
36150
36151
36152
# File 'lib/quickfix_fields.rb', line 36146

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