Class: Quickfix::ReturnRateValuationEndDateAdjusted

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

Returns a new instance of ReturnRateValuationEndDateAdjusted.



70115
70116
70117
70118
70119
70120
70121
# File 'lib/quickfix_fields.rb', line 70115

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

Class Method Details

.fieldObject



70112
70113
70114
# File 'lib/quickfix_fields.rb', line 70112

def ReturnRateValuationEndDateAdjusted.field
	return 42726
end