Class: Quickfix::UnderlyingReturnRateValuationEndDateRelativeTo

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

Returns a new instance of UnderlyingReturnRateValuationEndDateRelativeTo.



74210
74211
74212
74213
74214
74215
74216
# File 'lib/quickfix_fields.rb', line 74210

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

Class Method Details

.fieldObject



74207
74208
74209
# File 'lib/quickfix_fields.rb', line 74207

def UnderlyingReturnRateValuationEndDateRelativeTo.field
	return 43021
end