Class: Quickfix::NoLegReturnRateValuationDateBusinessCenters

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

Returns a new instance of NoLegReturnRateValuationDateBusinessCenters.



68100
68101
68102
68103
68104
68105
68106
# File 'lib/quickfix_fields.rb', line 68100

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

Class Method Details

.fieldObject



68097
68098
68099
# File 'lib/quickfix_fields.rb', line 68097

def NoLegReturnRateValuationDateBusinessCenters.field
  return 42569
end