Class: Quickfix::UnderlyingMarketDisruptionFallbackProvision

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

Returns a new instance of UnderlyingMarketDisruptionFallbackProvision.



54463
54464
54465
54466
54467
54468
54469
# File 'lib/quickfix_fields.rb', line 54463

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

Class Method Details

.fieldObject



54460
54461
54462
# File 'lib/quickfix_fields.rb', line 54460

def UnderlyingMarketDisruptionFallbackProvision.field
  return 41860
end