Class: Quickfix::EncodedLegMarketDisruptionFallbackUnderlierSecurityDescLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedLegMarketDisruptionFallbackUnderlierSecurityDescLen

Returns a new instance of EncodedLegMarketDisruptionFallbackUnderlierSecurityDescLen.



48977
48978
48979
48980
48981
48982
48983
# File 'lib/quickfix_fields.rb', line 48977

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

Class Method Details

.fieldObject



48974
48975
48976
# File 'lib/quickfix_fields.rb', line 48974

def EncodedLegMarketDisruptionFallbackUnderlierSecurityDescLen.field
	return 41476
end