Class: Quickfix::MDStatisticValue

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

Returns a new instance of MDStatisticValue.



61080
61081
61082
61083
61084
61085
61086
# File 'lib/quickfix_fields.rb', line 61080

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

Class Method Details

.fieldObject



61077
61078
61079
# File 'lib/quickfix_fields.rb', line 61077

def MDStatisticValue.field
	return 2478
end