Class: Quickfix::LegReturnRateValuationFrequencyRollConvention

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

Returns a new instance of LegReturnRateValuationFrequencyRollConvention.



67567
67568
67569
67570
67571
67572
67573
# File 'lib/quickfix_fields.rb', line 67567

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

Class Method Details

.fieldObject



67564
67565
67566
# File 'lib/quickfix_fields.rb', line 67564

def LegReturnRateValuationFrequencyRollConvention.field
  return 42528
end