Class: Quickfix::NoStreamFirstPeriodStartDateBusinessCenters

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

Returns a new instance of NoStreamFirstPeriodStartDateBusinessCenters.



39721
39722
39723
39724
39725
39726
39727
# File 'lib/quickfix_fields.rb', line 39721

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

Class Method Details

.fieldObject



39718
39719
39720
# File 'lib/quickfix_fields.rb', line 39718

def NoStreamFirstPeriodStartDateBusinessCenters.field
	return 40959
end