Class: Quickfix::MDRecoveryTimeIntervalUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDRecoveryTimeIntervalUnit

Returns a new instance of MDRecoveryTimeIntervalUnit.



62367
62368
62369
62370
62371
62372
62373
# File 'lib/quickfix_fields.rb', line 62367

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