Class: Quickfix::MDRecoveryTimeInterval

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

Returns a new instance of MDRecoveryTimeInterval.



62354
62355
62356
62357
62358
62359
62360
# File 'lib/quickfix_fields.rb', line 62354

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

Class Method Details

.fieldObject



62351
62352
62353
# File 'lib/quickfix_fields.rb', line 62351

def MDRecoveryTimeInterval.field
	return 2565
end