Class: Quickfix::MDStatisticRatioType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticRatioType

Returns a new instance of MDStatisticRatioType.



61002
61003
61004
61005
61006
61007
61008
# File 'lib/quickfix_fields.rb', line 61002

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