Class: Quickfix::MDStatisticIntervalPeriod

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

Returns a new instance of MDStatisticIntervalPeriod.



60924
60925
60926
60927
60928
60929
60930
# File 'lib/quickfix_fields.rb', line 60924

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

Class Method Details

.fieldObject



60921
60922
60923
# File 'lib/quickfix_fields.rb', line 60921

def MDStatisticIntervalPeriod.field
	return 2466
end