Class: Quickfix::MDStatisticDelayUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDStatisticDelayUnit

Returns a new instance of MDStatisticDelayUnit.



60885
60886
60887
60888
60889
60890
60891
# File 'lib/quickfix_fields.rb', line 60885

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

Class Method Details

.fieldObject



60882
60883
60884
# File 'lib/quickfix_fields.rb', line 60882

def MDStatisticDelayUnit.field
	return 2463
end