Class: Quickfix::UnderlyingSettlRateFallbackRateSource

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

Returns a new instance of UnderlyingSettlRateFallbackRateSource.



39045
39046
39047
39048
39049
39050
39051
# File 'lib/quickfix_fields.rb', line 39045

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

Class Method Details

.fieldObject



39042
39043
39044
# File 'lib/quickfix_fields.rb', line 39042

def UnderlyingSettlRateFallbackRateSource.field
  return 40904
end