Class: Quickfix::PosReqType

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

Returns a new instance of PosReqType.



9925
9926
9927
9928
9929
9930
9931
# File 'lib/quickfix_fields.rb', line 9925

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

Class Method Details

.fieldObject



9922
9923
9924
# File 'lib/quickfix_fields.rb', line 9922

def PosReqType.field
	return 724
end