Class: Quickfix::UnderlyingMarketDisruptionProvision

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

Returns a new instance of UnderlyingMarketDisruptionProvision.



54450
54451
54452
54453
54454
54455
54456
# File 'lib/quickfix_fields.rb', line 54450

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

Class Method Details

.fieldObject



54447
54448
54449
# File 'lib/quickfix_fields.rb', line 54447

def UnderlyingMarketDisruptionProvision.field
  return 41859
end