Class: Quickfix::NoMarketDisruptionEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMarketDisruptionEvents

Returns a new instance of NoMarketDisruptionEvents.



43413
43414
43415
43416
43417
43418
43419
# File 'lib/quickfix_fields.rb', line 43413

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