Class: Quickfix::AvgPrxPrecision

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AvgPrxPrecision

Returns a new instance of AvgPrxPrecision.



13617
13618
13619
13620
13621
13622
13623
# File 'lib/quickfix_fields.rb', line 13617

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

Class Method Details

.fieldObject



13614
13615
13616
# File 'lib/quickfix_fields.rb', line 13614

def AvgPrxPrecision.field
	return 74
end