Class: Quickfix::NoLegReturnRateValuationDates

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegReturnRateValuationDates

Returns a new instance of NoLegReturnRateValuationDates.



68126
68127
68128
68129
68130
68131
68132
# File 'lib/quickfix_fields.rb', line 68126

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

Class Method Details

.fieldObject



68123
68124
68125
# File 'lib/quickfix_fields.rb', line 68123

def NoLegReturnRateValuationDates.field
  return 42571
end