Class: Quickfix::NoUnderlyingComplexEventDateBusinessCenters

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

Returns a new instance of NoUnderlyingComplexEventDateBusinessCenters.



52344
52345
52346
52347
52348
52349
52350
# File 'lib/quickfix_fields.rb', line 52344

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

Class Method Details

.fieldObject



52341
52342
52343
# File 'lib/quickfix_fields.rb', line 52341

def NoUnderlyingComplexEventDateBusinessCenters.field
	return 41737
end