Class: Quickfix::LegMarketDisruptionFallbackBasketDivisor

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegMarketDisruptionFallbackBasketDivisor

Returns a new instance of LegMarketDisruptionFallbackBasketDivisor.



49029
49030
49031
49032
49033
49034
49035
# File 'lib/quickfix_fields.rb', line 49029

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

Class Method Details

.fieldObject



49026
49027
49028
# File 'lib/quickfix_fields.rb', line 49026

def LegMarketDisruptionFallbackBasketDivisor.field
  return 41480
end