Class: Quickfix::NoUnderlyingStreamCalculationPeriodBusinessCenters

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingStreamCalculationPeriodBusinessCenters

Returns a new instance of NoUnderlyingStreamCalculationPeriodBusinessCenters.



39903
39904
39905
39906
39907
39908
39909
# File 'lib/quickfix_fields.rb', line 39903

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