Class: Quickfix::NoLegStreamEffectiveDateBusinessCenters

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

Returns a new instance of NoLegStreamEffectiveDateBusinessCenters.



39500
39501
39502
39503
39504
39505
39506
# File 'lib/quickfix_fields.rb', line 39500

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

Class Method Details

.fieldObject



39497
39498
39499
# File 'lib/quickfix_fields.rb', line 39497

def NoLegStreamEffectiveDateBusinessCenters.field
	return 40942
end