Class: Quickfix::UnderlyingMarketDisruptionProvision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionProvision

Returns a new instance of UnderlyingMarketDisruptionProvision.



54450
54451
54452
54453
54454
54455
54456
# File 'lib/quickfix_fields.rb', line 54450

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