Class: Quickfix::UnderlyingAverageVolumeLimitationPercentage

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAverageVolumeLimitationPercentage

Returns a new instance of UnderlyingAverageVolumeLimitationPercentage.



72390
72391
72392
72393
72394
72395
72396
# File 'lib/quickfix_fields.rb', line 72390

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

Class Method Details

.fieldObject



72387
72388
72389
# File 'lib/quickfix_fields.rb', line 72387

def UnderlyingAverageVolumeLimitationPercentage.field
	return 2626
end