Class: Quickfix::MDStatisticDelayPeriod

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) ⇒ MDStatisticDelayPeriod

Returns a new instance of MDStatisticDelayPeriod.



60872
60873
60874
60875
60876
60877
60878
# File 'lib/quickfix_fields.rb', line 60872

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

Class Method Details

.fieldObject



60869
60870
60871
# File 'lib/quickfix_fields.rb', line 60869

def MDStatisticDelayPeriod.field
	return 2462
end