Class: Quickfix::MarketDisruptionProvision

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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