Class: Quickfix::LegAllocQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocQty

Returns a new instance of LegAllocQty.



18804
18805
18806
18807
18808
18809
18810
# File 'lib/quickfix_fields.rb', line 18804

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

Class Method Details

.fieldObject



18801
18802
18803
# File 'lib/quickfix_fields.rb', line 18801

def LegAllocQty.field
	return 673
end