Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackUnderlierSecurityIDSource

Returns a new instance of UnderlyingMarketDisruptionFallbackUnderlierSecurityIDSource.



54606
54607
54608
54609
54610
54611
54612
# File 'lib/quickfix_fields.rb', line 54606

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