Class: Quickfix::UnderlyingComplexEventAveragingWeight

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventAveragingWeight

Returns a new instance of UnderlyingComplexEventAveragingWeight.



52058
52059
52060
52061
52062
52063
52064
# File 'lib/quickfix_fields.rb', line 52058

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

Class Method Details

.fieldObject



52055
52056
52057
# File 'lib/quickfix_fields.rb', line 52055

def UnderlyingComplexEventAveragingWeight.field
  return 41715
end