Class: Quickfix::MDHaltReason

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

Returns a new instance of MDHaltReason.



21612
21613
21614
21615
21616
21617
21618
# File 'lib/quickfix_fields.rb', line 21612

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

Class Method Details

.fieldObject



21609
21610
21611
# File 'lib/quickfix_fields.rb', line 21609

def MDHaltReason.field
	return 1684
end