Class: Quickfix::UnderlyingReturnRateValuationDateRelativeTo

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

Returns a new instance of UnderlyingReturnRateValuationDateRelativeTo.



74067
74068
74069
74070
74071
74072
74073
# File 'lib/quickfix_fields.rb', line 74067

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

Class Method Details

.fieldObject



74064
74065
74066
# File 'lib/quickfix_fields.rb', line 74064

def UnderlyingReturnRateValuationDateRelativeTo.field
	return 43010
end