Class: Quickfix::UnderlyingReturnRateValuationTime

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

Returns a new instance of UnderlyingReturnRateValuationTime.



74665
74666
74667
74668
74669
74670
74671
# File 'lib/quickfix_fields.rb', line 74665

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

Class Method Details

.fieldObject



74662
74663
74664
# File 'lib/quickfix_fields.rb', line 74662

def UnderlyingReturnRateValuationTime.field
	return 43056
end