Class: Quickfix::NoLegStreamTerminationDateBusinessCenters

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

Returns a new instance of NoLegStreamTerminationDateBusinessCenters.



39513
39514
39515
39516
39517
39518
39519
# File 'lib/quickfix_fields.rb', line 39513

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

Class Method Details

.fieldObject



39510
39511
39512
# File 'lib/quickfix_fields.rb', line 39510

def NoLegStreamTerminationDateBusinessCenters.field
	return 40943
end