Class: Quickfix::NoUnderlyingMarketDisruptionFallbacks

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

Returns a new instance of NoUnderlyingMarketDisruptionFallbacks.



54541
54542
54543
54544
54545
54546
54547
# File 'lib/quickfix_fields.rb', line 54541

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

Class Method Details

.fieldObject



54538
54539
54540
# File 'lib/quickfix_fields.rb', line 54538

def NoUnderlyingMarketDisruptionFallbacks.field
  return 41866
end