Class: Quickfix::MDStatisticValueUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticValueUnit

Returns a new instance of MDStatisticValueUnit.



61106
61107
61108
61109
61110
61111
61112
# File 'lib/quickfix_fields.rb', line 61106

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