//SetAllocAvgPx sets AllocAvgPx, Tag 153 func (m NoAllocs) SetAllocAvgPx(value decimal.Decimal, scale int32) { m.Set(field.NewAllocAvgPx(value, scale)) }
//SetAllocAvgPx sets AllocAvgPx, Tag 153 func (m NoAllocs) SetAllocAvgPx(v float64) { m.Set(field.NewAllocAvgPx(v)) }