Class: Quickfix::CollAsgnReason

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

Returns a new instance of CollAsgnReason.



12109
12110
12111
12112
12113
12114
12115
# File 'lib/quickfix_fields.rb', line 12109

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

Class Method Details

.fieldObject



12106
12107
12108
# File 'lib/quickfix_fields.rb', line 12106

def CollAsgnReason.field
	return 895
end