Class: Quickfix::MarketDisruptionEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketDisruptionEvent

Returns a new instance of MarketDisruptionEvent.



43426
43427
43428
43429
43430
43431
43432
# File 'lib/quickfix_fields.rb', line 43426

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