Class: Quickfix::MarketDisruptionValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketDisruptionValue

Returns a new instance of MarketDisruptionValue.



57973
57974
57975
57976
57977
57978
57979
# File 'lib/quickfix_fields.rb', line 57973

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