Class: Quickfix::LegMarketDisruptionValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMarketDisruptionValue

Returns a new instance of LegMarketDisruptionValue.



57947
57948
57949
57950
57951
57952
57953
# File 'lib/quickfix_fields.rb', line 57947

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