Class: Quickfix::UnderlyingReturnRateValuationEndDateUnadjusted

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

Returns a new instance of UnderlyingReturnRateValuationEndDateUnadjusted.



74197
74198
74199
74200
74201
74202
74203
# File 'lib/quickfix_fields.rb', line 74197

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

Class Method Details

.fieldObject



74194
74195
74196
# File 'lib/quickfix_fields.rb', line 74194

def UnderlyingReturnRateValuationEndDateUnadjusted.field
  return 43020
end