Class: Quickfix::UnderlyingPaymentScheduleStepOffsetValue

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) ⇒ UnderlyingPaymentScheduleStepOffsetValue

Returns a new instance of UnderlyingPaymentScheduleStepOffsetValue.



36159
36160
36161
36162
36163
36164
36165
# File 'lib/quickfix_fields.rb', line 36159

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

Class Method Details

.fieldObject



36156
36157
36158
# File 'lib/quickfix_fields.rb', line 36156

def UnderlyingPaymentScheduleStepOffsetValue.field
	return 40682
end