Class: Quickfix::MDHaltReason

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

Instance Method Summary collapse

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