Class: Quickfix::UnderlyingReturnRateInformationSource

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

Returns a new instance of UnderlyingReturnRateInformationSource.



74730
74731
74732
74733
74734
74735
74736
# File 'lib/quickfix_fields.rb', line 74730

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

Class Method Details

.fieldObject



74727
74728
74729
# File 'lib/quickfix_fields.rb', line 74727

def UnderlyingReturnRateInformationSource.field
  return 43061
end