Class: Quickfix::NoLegComplexEventAveragingObservations

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

Returns a new instance of NoLegComplexEventAveragingObservations.



46949
46950
46951
46952
46953
46954
46955
# File 'lib/quickfix_fields.rb', line 46949

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

Class Method Details

.fieldObject



46946
46947
46948
# File 'lib/quickfix_fields.rb', line 46946

def NoLegComplexEventAveragingObservations.field
  return 41363
end