Class: Quickfix::LegMarketDisruptionFallbackUnderlierSecurityID

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

Returns a new instance of LegMarketDisruptionFallbackUnderlierSecurityID.



48938
48939
48940
48941
48942
48943
48944
# File 'lib/quickfix_fields.rb', line 48938

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

Class Method Details

.fieldObject



48935
48936
48937
# File 'lib/quickfix_fields.rb', line 48935

def LegMarketDisruptionFallbackUnderlierSecurityID.field
	return 41473
end