Class: Quickfix::UnderlyingAdjustedQuantity

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdjustedQuantity

Returns a new instance of UnderlyingAdjustedQuantity.



8807
8808
8809
8810
8811
8812
8813
# File 'lib/quickfix_fields.rb', line 8807

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

Class Method Details

.fieldObject



8804
8805
8806
# File 'lib/quickfix_fields.rb', line 8804

def UnderlyingAdjustedQuantity.field
	return 1044
end