Class: Quickfix::MDStatisticFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticFrequencyUnit

Returns a new instance of MDStatisticFrequencyUnit.



60859
60860
60861
60862
60863
60864
60865
# File 'lib/quickfix_fields.rb', line 60859

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