Class: Quickfix::ComplexEventAveragingWeight

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

Returns a new instance of ComplexEventAveragingWeight.



40722
40723
40724
40725
40726
40727
40728
# File 'lib/quickfix_fields.rb', line 40722

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

Class Method Details

.fieldObject



40719
40720
40721
# File 'lib/quickfix_fields.rb', line 40719

def ComplexEventAveragingWeight.field
	return 40996
end