Class: Quickfix::MDStatisticDelayPeriod

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

Instance Method Summary collapse

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