Class: Quickfix::NoUnderlyingStreamEffectiveDateBusinessCenters

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

Returns a new instance of NoUnderlyingStreamEffectiveDateBusinessCenters.



39929
39930
39931
39932
39933
39934
39935
# File 'lib/quickfix_fields.rb', line 39929

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

Class Method Details

.fieldObject



39926
39927
39928
# File 'lib/quickfix_fields.rb', line 39926

def NoUnderlyingStreamEffectiveDateBusinessCenters.field
  return 40975
end