Class: Quickfix::NoUnderlyingReturnRateInformationSources

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

Returns a new instance of NoUnderlyingReturnRateInformationSources.



74717
74718
74719
74720
74721
74722
74723
# File 'lib/quickfix_fields.rb', line 74717

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

Class Method Details

.fieldObject



74714
74715
74716
# File 'lib/quickfix_fields.rb', line 74714

def NoUnderlyingReturnRateInformationSources.field
  return 43060
end