Class: Quickfix::UnderlyingMarketDisruptionFallbackOpenUnits

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

Returns a new instance of UnderlyingMarketDisruptionFallbackOpenUnits.



54658
54659
54660
54661
54662
54663
54664
# File 'lib/quickfix_fields.rb', line 54658

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

Class Method Details

.fieldObject



54655
54656
54657
# File 'lib/quickfix_fields.rb', line 54655

def UnderlyingMarketDisruptionFallbackOpenUnits.field
  return 41875
end