Class: Quickfix::UnderlyingReturnRateValuationEndDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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