Class: Quickfix::UnderlyingReturnRateValuationDateOffsetUnit

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

Returns a new instance of UnderlyingReturnRateValuationDateOffsetUnit.



74093
74094
74095
74096
74097
74098
74099
# File 'lib/quickfix_fields.rb', line 74093

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

Class Method Details

.fieldObject



74090
74091
74092
# File 'lib/quickfix_fields.rb', line 74090

def UnderlyingReturnRateValuationDateOffsetUnit.field
	return 43012
end