Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityIDSource

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

Class Method Details

.fieldObject



54603
54604
54605
# File 'lib/quickfix_fields.rb', line 54603

def UnderlyingMarketDisruptionFallbackUnderlierSecurityIDSource.field
	return 41871
end