Class: Quickfix::NoUnderlyingComplexEventAveragingObservations

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

Returns a new instance of NoUnderlyingComplexEventAveragingObservations.



52032
52033
52034
52035
52036
52037
52038
# File 'lib/quickfix_fields.rb', line 52032

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

Class Method Details

.fieldObject



52029
52030
52031
# File 'lib/quickfix_fields.rb', line 52029

def NoUnderlyingComplexEventAveragingObservations.field
  return 41713
end