Class: Quickfix::DeleteReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeleteReason

Returns a new instance of DeleteReason.



11745
11746
11747
11748
11749
11750
11751
# File 'lib/quickfix_fields.rb', line 11745

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

Class Method Details

.fieldObject



11742
11743
11744
# File 'lib/quickfix_fields.rb', line 11742

def DeleteReason.field
	return 285
end