Class: Quickfix::UnderlyingReturnRateValuationStartDateOffsetUnit

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



74158
74159
74160
74161
74162
74163
74164
# File 'lib/quickfix_fields.rb', line 74158

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

Class Method Details

.fieldObject



74155
74156
74157
# File 'lib/quickfix_fields.rb', line 74155

def UnderlyingReturnRateValuationStartDateOffsetUnit.field
  return 43017
end