Class: Quickfix::UnderlyingReturnRateValuationDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDate

Returns a new instance of UnderlyingReturnRateValuationDate.



74873
74874
74875
74876
74877
74878
74879
# File 'lib/quickfix_fields.rb', line 74873

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

Class Method Details

.fieldObject



74870
74871
74872
# File 'lib/quickfix_fields.rb', line 74870

def UnderlyingReturnRateValuationDate.field
	return 43072
end