Class: Quickfix::MDStatisticIntervalType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticIntervalType

Returns a new instance of MDStatisticIntervalType.



60898
60899
60900
60901
60902
60903
60904
# File 'lib/quickfix_fields.rb', line 60898

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