Class: Quickfix::PosQtyStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosQtyStatus

Returns a new instance of PosQtyStatus.



4517
4518
4519
4520
4521
4522
4523
# File 'lib/quickfix_fields.rb', line 4517

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

Class Method Details

.fieldObject



4514
4515
4516
# File 'lib/quickfix_fields.rb', line 4514

def PosQtyStatus.field
	return 706
end