Class: Quickfix::UnderlyingPaymentScheduleStepFrequencyPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepFrequencyPeriod

Returns a new instance of UnderlyingPaymentScheduleStepFrequencyPeriod.



36133
36134
36135
36136
36137
36138
36139
# File 'lib/quickfix_fields.rb', line 36133

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

Class Method Details

.fieldObject



36130
36131
36132
# File 'lib/quickfix_fields.rb', line 36130

def UnderlyingPaymentScheduleStepFrequencyPeriod.field
	return 40680
end