Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackUnderlierSecurityDesc

Returns a new instance of UnderlyingMarketDisruptionFallbackUnderlierSecurityDesc.



54619
54620
54621
54622
54623
54624
54625
# File 'lib/quickfix_fields.rb', line 54619

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