Class: Quickfix::AllocRequestStatus

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

Returns a new instance of AllocRequestStatus.



76641
76642
76643
76644
76645
76646
76647
# File 'lib/quickfix_fields.rb', line 76641

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

Class Method Details

.fieldObject



76638
76639
76640
# File 'lib/quickfix_fields.rb', line 76638

def AllocRequestStatus.field
	return 2768
end