Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackUnderlierType

Returns a new instance of UnderlyingMarketDisruptionFallbackUnderlierType.



54580
54581
54582
54583
54584
54585
54586
# File 'lib/quickfix_fields.rb', line 54580

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