Class: Quickfix::MDStatisticFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticFrequencyPeriod

Returns a new instance of MDStatisticFrequencyPeriod.



60846
60847
60848
60849
60850
60851
60852
# File 'lib/quickfix_fields.rb', line 60846

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