Class: Quickfix::UnderlyingPaymentScheduleStepRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRate

Returns a new instance of UnderlyingPaymentScheduleStepRate.



36172
36173
36174
36175
36176
36177
36178
# File 'lib/quickfix_fields.rb', line 36172

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

Class Method Details

.fieldObject



36169
36170
36171
# File 'lib/quickfix_fields.rb', line 36169

def UnderlyingPaymentScheduleStepRate.field
	return 40683
end