Class: Quickfix::NoUnderlyingReturnRateValuationDateBusinessCenters

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

Returns a new instance of NoUnderlyingReturnRateValuationDateBusinessCenters.



74834
74835
74836
74837
74838
74839
74840
# File 'lib/quickfix_fields.rb', line 74834

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

Class Method Details

.fieldObject



74831
74832
74833
# File 'lib/quickfix_fields.rb', line 74831

def NoUnderlyingReturnRateValuationDateBusinessCenters.field
  return 43069
end