Class: Quickfix::EncodedLegMarketDisruptionFallbackUnderlierSecurityDesc

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

Returns a new instance of EncodedLegMarketDisruptionFallbackUnderlierSecurityDesc.



48990
48991
48992
48993
48994
48995
48996
# File 'lib/quickfix_fields.rb', line 48990

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

Class Method Details

.fieldObject



48987
48988
48989
# File 'lib/quickfix_fields.rb', line 48987

def EncodedLegMarketDisruptionFallbackUnderlierSecurityDesc.field
	return 41477
end