Class: Quickfix::EncodedUnderlyingMarketDisruptionFallbackUnderlierSecurityDesc

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) ⇒ EncodedUnderlyingMarketDisruptionFallbackUnderlierSecurityDesc

Returns a new instance of EncodedUnderlyingMarketDisruptionFallbackUnderlierSecurityDesc.



54645
54646
54647
54648
54649
54650
54651
# File 'lib/quickfix_fields.rb', line 54645

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

Class Method Details

.fieldObject



54642
54643
54644
# File 'lib/quickfix_fields.rb', line 54642

def EncodedUnderlyingMarketDisruptionFallbackUnderlierSecurityDesc.field
	return 41874
end