Class: Quickfix::UnderlyingSettlRateFallbackRateSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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