Class: Quickfix::MarketDisruptionFallbackBasketDivisor

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

Returns a new instance of MarketDisruptionFallbackBasketDivisor.



43582
43583
43584
43585
43586
43587
43588
# File 'lib/quickfix_fields.rb', line 43582

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

Class Method Details

.fieldObject



43579
43580
43581
# File 'lib/quickfix_fields.rb', line 43579

def MarketDisruptionFallbackBasketDivisor.field
  return 41105
end