Class: Quickfix::LegComplexEventAveragingWeight

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

Returns a new instance of LegComplexEventAveragingWeight.



46975
46976
46977
46978
46979
46980
46981
# File 'lib/quickfix_fields.rb', line 46975

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

Class Method Details

.fieldObject



46972
46973
46974
# File 'lib/quickfix_fields.rb', line 46972

def LegComplexEventAveragingWeight.field
	return 41365
end