Class: Quickfix::UnderlyingReturnRateValuationEndDateOffsetUnit

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

Returns a new instance of UnderlyingReturnRateValuationEndDateOffsetUnit.



74236
74237
74238
74239
74240
74241
74242
# File 'lib/quickfix_fields.rb', line 74236

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

Class Method Details

.fieldObject



74233
74234
74235
# File 'lib/quickfix_fields.rb', line 74233

def UnderlyingReturnRateValuationEndDateOffsetUnit.field
  return 43023
end