Class: Quickfix::MarketDisruptionProvision

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

Returns a new instance of MarketDisruptionProvision.



43348
43349
43350
43351
43352
43353
43354
# File 'lib/quickfix_fields.rb', line 43348

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

Class Method Details

.fieldObject



43345
43346
43347
# File 'lib/quickfix_fields.rb', line 43345

def MarketDisruptionProvision.field
  return 41087
end