Class: Quickfix::LegSettlRateFallbackRateSource

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

Class Method Details

.fieldObject



32048
32049
32050
# File 'lib/quickfix_fields.rb', line 32048

def LegSettlRateFallbackRateSource.field
  return 40366
end