Class: Quickfix::ReturnRateValuationTime

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

Returns a new instance of ReturnRateValuationTime.



70518
70519
70520
70521
70522
70523
70524
# File 'lib/quickfix_fields.rb', line 70518

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

Class Method Details

.fieldObject



70515
70516
70517
# File 'lib/quickfix_fields.rb', line 70515

def ReturnRateValuationTime.field
	return 42757
end