Class: Quickfix::CollAsgnRejectReason

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

Returns a new instance of CollAsgnRejectReason.



12252
12253
12254
12255
12256
12257
12258
# File 'lib/quickfix_fields.rb', line 12252

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

Class Method Details

.fieldObject



12249
12250
12251
# File 'lib/quickfix_fields.rb', line 12249

def CollAsgnRejectReason.field
	return 906
end