Class: Quickfix::MarketDisruptionFallbackUnderlierSecurityDesc

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



43517
43518
43519
43520
43521
43522
43523
# File 'lib/quickfix_fields.rb', line 43517

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

Class Method Details

.fieldObject



43514
43515
43516
# File 'lib/quickfix_fields.rb', line 43514

def MarketDisruptionFallbackUnderlierSecurityDesc.field
	return 41100
end