Class: Quickfix::NoUnderlyingStreamTerminationDateBusinessCenters

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

Returns a new instance of NoUnderlyingStreamTerminationDateBusinessCenters.



39942
39943
39944
39945
39946
39947
39948
# File 'lib/quickfix_fields.rb', line 39942

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

Class Method Details

.fieldObject



39939
39940
39941
# File 'lib/quickfix_fields.rb', line 39939

def NoUnderlyingStreamTerminationDateBusinessCenters.field
	return 40976
end