Class: Quickfix::NoUnderlyingBusinessCenters

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

Returns a new instance of NoUnderlyingBusinessCenters.



39760
39761
39762
39763
39764
39765
39766
# File 'lib/quickfix_fields.rb', line 39760

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

Class Method Details

.fieldObject



39757
39758
39759
# File 'lib/quickfix_fields.rb', line 39757

def NoUnderlyingBusinessCenters.field
  return 40962
end