Class: Quickfix::NoStreamCalculationPeriodBusinessCenters

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



39708
39709
39710
39711
39712
39713
39714
# File 'lib/quickfix_fields.rb', line 39708

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

Class Method Details

.fieldObject



39705
39706
39707
# File 'lib/quickfix_fields.rb', line 39705

def NoStreamCalculationPeriodBusinessCenters.field
  return 40958
end