Class: Quickfix::NoComplexEventDateBusinessCenters

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

Returns a new instance of NoComplexEventDateBusinessCenters.



41008
41009
41010
41011
41012
41013
41014
# File 'lib/quickfix_fields.rb', line 41008

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

Class Method Details

.fieldObject



41005
41006
41007
# File 'lib/quickfix_fields.rb', line 41005

def NoComplexEventDateBusinessCenters.field
  return 41018
end