Class: Quickfix::PosReqStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosReqStatus

Returns a new instance of PosReqStatus.



18466
18467
18468
18469
18470
18471
18472
# File 'lib/quickfix_fields.rb', line 18466

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

Class Method Details

.fieldObject



18463
18464
18465
# File 'lib/quickfix_fields.rb', line 18463

def PosReqStatus.field
	return 729
end