Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityID

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

Returns a new instance of UnderlyingMarketDisruptionFallbackUnderlierSecurityID.



54593
54594
54595
54596
54597
54598
54599
# File 'lib/quickfix_fields.rb', line 54593

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

Class Method Details

.fieldObject



54590
54591
54592
# File 'lib/quickfix_fields.rb', line 54590

def UnderlyingMarketDisruptionFallbackUnderlierSecurityID.field
	return 41870
end