Class: Quickfix::UnderlyingReturnRateValuationStartDateAdjusted

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

Returns a new instance of UnderlyingReturnRateValuationStartDateAdjusted.



74184
74185
74186
74187
74188
74189
74190
# File 'lib/quickfix_fields.rb', line 74184

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

Class Method Details

.fieldObject



74181
74182
74183
# File 'lib/quickfix_fields.rb', line 74181

def UnderlyingReturnRateValuationStartDateAdjusted.field
	return 43019
end