Class: Quickfix::UnderlyingReturnRateValuationFrequencyRollConvention

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

Returns a new instance of UnderlyingReturnRateValuationFrequencyRollConvention.



74301
74302
74303
74304
74305
74306
74307
# File 'lib/quickfix_fields.rb', line 74301

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

Class Method Details

.fieldObject



74298
74299
74300
# File 'lib/quickfix_fields.rb', line 74298

def UnderlyingReturnRateValuationFrequencyRollConvention.field
  return 43028
end