Class: Quickfix::LegSettlRateFallbackRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlRateFallbackRateSource

Returns a new instance of LegSettlRateFallbackRateSource.



32051
32052
32053
32054
32055
32056
32057
# File 'lib/quickfix_fields.rb', line 32051

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