Class: Quickfix::NoStreamEffectiveDateBusinessCenters

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

Returns a new instance of NoStreamEffectiveDateBusinessCenters.



39734
39735
39736
39737
39738
39739
39740
# File 'lib/quickfix_fields.rb', line 39734

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

Class Method Details

.fieldObject



39731
39732
39733
# File 'lib/quickfix_fields.rb', line 39731

def NoStreamEffectiveDateBusinessCenters.field
  return 40960
end