Class: Quickfix::ReturnRateValuationDate

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

Returns a new instance of ReturnRateValuationDate.



70726
70727
70728
70729
70730
70731
70732
# File 'lib/quickfix_fields.rb', line 70726

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

Class Method Details

.fieldObject



70723
70724
70725
# File 'lib/quickfix_fields.rb', line 70723

def ReturnRateValuationDate.field
	return 42773
end