Class: Quickfix::MarketDisruptionFallbackProvision

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

Returns a new instance of MarketDisruptionFallbackProvision.



43361
43362
43363
43364
43365
43366
43367
# File 'lib/quickfix_fields.rb', line 43361

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

Class Method Details

.fieldObject



43358
43359
43360
# File 'lib/quickfix_fields.rb', line 43358

def MarketDisruptionFallbackProvision.field
  return 41088
end