Class: Quickfix::AvgPxPrecision

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AvgPxPrecision

Returns a new instance of AvgPxPrecision.



19233
19234
19235
19236
19237
19238
19239
# File 'lib/quickfix_fields.rb', line 19233

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

Class Method Details

.fieldObject



19230
19231
19232
# File 'lib/quickfix_fields.rb', line 19230

def AvgPxPrecision.field
	return 74
end