Class: Quickfix::HaltReasonChar

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HaltReasonChar

Returns a new instance of HaltReasonChar.



13669
13670
13671
13672
13673
13674
13675
# File 'lib/quickfix_fields.rb', line 13669

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

Class Method Details

.fieldObject



13666
13667
13668
# File 'lib/quickfix_fields.rb', line 13666

def HaltReasonChar.field
	return 327
end