Class: Quickfix::LegMarketDisruptionProvision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMarketDisruptionProvision

Returns a new instance of LegMarketDisruptionProvision.



48795
48796
48797
48798
48799
48800
48801
# File 'lib/quickfix_fields.rb', line 48795

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