Class: Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



36143
36144
36145
# File 'lib/quickfix_fields.rb', line 36143

def UnderlyingPaymentScheduleStepFrequencyUnit.field
	return 40681
end