Class: Quickfix::UnderlyingMarketDisruptionFallbackType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackType

Returns a new instance of UnderlyingMarketDisruptionFallbackType.



54554
54555
54556
54557
54558
54559
54560
# File 'lib/quickfix_fields.rb', line 54554

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