Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



54616
54617
54618
# File 'lib/quickfix_fields.rb', line 54616

def UnderlyingMarketDisruptionFallbackUnderlierSecurityDesc.field
	return 41872
end