Class: Quickfix::NoUnderlyingStreamFirstPeriodStartDateBusinessCenters

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

Returns a new instance of NoUnderlyingStreamFirstPeriodStartDateBusinessCenters.



39916
39917
39918
39919
39920
39921
39922
# File 'lib/quickfix_fields.rb', line 39916

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

Class Method Details

.fieldObject



39913
39914
39915
# File 'lib/quickfix_fields.rb', line 39913

def NoUnderlyingStreamFirstPeriodStartDateBusinessCenters.field
  return 40974
end