Class: Quickfix::NoBusinessCenters

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

Returns a new instance of NoBusinessCenters.



30907
30908
30909
30910
30911
30912
30913
# File 'lib/quickfix_fields.rb', line 30907

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

Class Method Details

.fieldObject



30904
30905
30906
# File 'lib/quickfix_fields.rb', line 30904

def NoBusinessCenters.field
	return 40278
end